1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 09:49:28 +02:00

New parameter

This commit is contained in:
Daniel 2022-02-16 18:10:02 -03:00
parent c199a32dc2
commit 2a45ce4af4

View file

@ -112,7 +112,7 @@ Passcode: {password}
$u = new User($users_id);
$user = [
"avatar" => $u->getPhotoDB(),
"name" => ($isModerator?'+ ':'- ').$u->getNameIdentificationBd(),
"name" => $u->getNameIdentificationBd(),
"email" => $u->getEmail(),
"id" => $users_id,
"affiliation"=> ($isModerator?'owner':'member'),