1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 09:49:28 +02:00
DanielnetoDotCom 2021-04-08 15:25:50 -03:00
parent 1ddac63ed2
commit a67a5e1979

View file

@ -576,7 +576,7 @@ abstract class ObjectYPT implements ObjectInterface {
public static function setLastDeleteALLCacheTime() {
$file = self::getLastDeleteALLCacheTimeFile();
_error_log("ObjectYPT::setLastDeleteALLCacheTime {$file}");
//_error_log("ObjectYPT::setLastDeleteALLCacheTime {$file}");
return file_put_contents($file, time());
}