1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 09:49:28 +02:00
This commit is contained in:
Daniel Neto 2023-05-13 12:37:53 -03:00
parent 0c88d6bbdc
commit d1378979b2

View file

@ -31,7 +31,7 @@ if(count($plans) == 1){
} }
echo "Will add in the PPV plan {$ppv_plans_id}".PHP_EOL; echo "Will add in the PPV plan {$ppv_plans_id}".PHP_EOL;
if (!empty($userGroup)) { if (!empty($ppv_plans_id)) {
$videos = Video::getAllVideosLight('', false, true); $videos = Video::getAllVideosLight('', false, true);