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 2023-03-02 08:50:02 -03:00
parent 8f40f6cff2
commit 74e94cd26f
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
<?php
include './en_US.php';
include __DIR__.'/en_US.php';
// Add translation variables like below to add a different word.
//$t['year'] = 'year';

View file

@ -158,7 +158,7 @@ class Live_schedule extends ObjectYPT
return $rows;
}
public static function getAllActiveLimit($users_id=0,$limit = 10)
public static function getAllActiveLimit($users_id=0,$limit = 100)
{
global $global;
if (!static::isTableInstalled()) {