mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 09:49:28 +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)) {
|
||||
$user = [
|
||||
"affiliation"=> ($isModerator?'owner':'member'),
|
||||
"name" => '',
|
||||
"email" => '',
|
||||
"affiliation"=> ($isModerator?'owner':'member'),
|
||||
];
|
||||
} else {
|
||||
$u = new User($users_id);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue