mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 09:49:28 +02:00
This commit is contained in:
parent
5beae3f62f
commit
fb58ad568f
1 changed files with 1 additions and 1 deletions
|
@ -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());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue