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:
DanielnetoDotCom 2020-10-19 11:08:31 -03:00
parent 5beae3f62f
commit fb58ad568f

View file

@ -428,7 +428,7 @@ abstract class ObjectYPT implements ObjectInterface {
return file_put_contents($file, time());
}
static private function getLastDeleteALLCacheTime() {
static function getLastDeleteALLCacheTime() {
global $getLastDeleteALLCacheTime;
if(empty($getLastDeleteALLCacheTime)){
$getLastDeleteALLCacheTime = (int) @file_get_contents(self::getLastDeleteALLCacheTimeFile(), time());