mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 17:59:55 +02:00
Update
This commit is contained in:
parent
97b6e597a8
commit
88fb552f9b
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ if (empty($_POST['list'])) {
|
|||
_error_log('playlistSort line='.__LINE__);
|
||||
mysqlBeginTransaction();
|
||||
foreach ($_POST['list'] as $key => $value) {
|
||||
$result = $obj->addVideo($value, true, ($count++), false);
|
||||
$result = $obj->addVideo($value, true, ($count++));
|
||||
}
|
||||
mysqlCommit();
|
||||
_error_log('playlistSort line='.__LINE__);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue