mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-05 19:42:38 +02:00
Update
This commit is contained in:
parent
35e2a854d6
commit
d39098cd52
1 changed files with 1 additions and 1 deletions
|
@ -108,9 +108,9 @@ Passcode: {password}
|
||||||
|
|
||||||
if (empty($users_id)) {
|
if (empty($users_id)) {
|
||||||
$user = [
|
$user = [
|
||||||
"affiliation"=> ($isModerator?'owner':'member'),
|
|
||||||
"name" => '',
|
"name" => '',
|
||||||
"email" => '',
|
"email" => '',
|
||||||
|
"affiliation"=> ($isModerator?'owner':'member'),
|
||||||
];
|
];
|
||||||
} else {
|
} else {
|
||||||
$u = new User($users_id);
|
$u = new User($users_id);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue