mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 09:49:28 +02:00
New parameter
This commit is contained in:
parent
c199a32dc2
commit
2a45ce4af4
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ Passcode: {password}
|
||||||
$u = new User($users_id);
|
$u = new User($users_id);
|
||||||
$user = [
|
$user = [
|
||||||
"avatar" => $u->getPhotoDB(),
|
"avatar" => $u->getPhotoDB(),
|
||||||
"name" => ($isModerator?'+ ':'- ').$u->getNameIdentificationBd(),
|
"name" => $u->getNameIdentificationBd(),
|
||||||
"email" => $u->getEmail(),
|
"email" => $u->getEmail(),
|
||||||
"id" => $users_id,
|
"id" => $users_id,
|
||||||
"affiliation"=> ($isModerator?'owner':'member'),
|
"affiliation"=> ($isModerator?'owner':'member'),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue