mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-05 19:42:38 +02:00
This commit is contained in:
parent
a6f01894a6
commit
e104a57d8c
1 changed files with 1 additions and 0 deletions
|
@ -62,6 +62,7 @@ if (empty($objo) || ($objo->onlyAdminCanBulkEmbed && !User::isAdmin())) {
|
||||||
$playList->loadFromName($_POST['playListName']);
|
$playList->loadFromName($_POST['playListName']);
|
||||||
$playList->setName($_POST['playListName']);
|
$playList->setName($_POST['playListName']);
|
||||||
$playList->setStatus('private');
|
$playList->setStatus('private');
|
||||||
|
$playList->setUsers_id(User::getId());
|
||||||
$obj->playListId = $playList->save();
|
$obj->playListId = $playList->save();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue