1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 17:59:55 +02:00
This commit is contained in:
Daniel Neto 2023-06-14 18:47:25 -03:00
parent 97b6e597a8
commit 88fb552f9b

View file

@ -55,7 +55,7 @@ if (empty($_POST['list'])) {
_error_log('playlistSort line='.__LINE__); _error_log('playlistSort line='.__LINE__);
mysqlBeginTransaction(); mysqlBeginTransaction();
foreach ($_POST['list'] as $key => $value) { foreach ($_POST['list'] as $key => $value) {
$result = $obj->addVideo($value, true, ($count++), false); $result = $obj->addVideo($value, true, ($count++));
} }
mysqlCommit(); mysqlCommit();
_error_log('playlistSort line='.__LINE__); _error_log('playlistSort line='.__LINE__);