mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 01:39:24 +02:00
Update
This commit is contained in:
parent
a277e845da
commit
d73498f1a5
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ ob_end_flush();
|
||||||
$global['limitForUnlimitedVideos'] = -1;
|
$global['limitForUnlimitedVideos'] = -1;
|
||||||
$videos = video::getAllVideosLight("", false, true);
|
$videos = video::getAllVideosLight("", false, true);
|
||||||
$count = 0;
|
$count = 0;
|
||||||
$total = count();
|
$total = count($videos);
|
||||||
foreach ($videos as $value) {
|
foreach ($videos as $value) {
|
||||||
$count++;
|
$count++;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue