mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-05 19:42:38 +02:00
This commit is contained in:
parent
1ddac63ed2
commit
a67a5e1979
1 changed files with 1 additions and 1 deletions
|
@ -576,7 +576,7 @@ abstract class ObjectYPT implements ObjectInterface {
|
||||||
|
|
||||||
public static function setLastDeleteALLCacheTime() {
|
public static function setLastDeleteALLCacheTime() {
|
||||||
$file = self::getLastDeleteALLCacheTimeFile();
|
$file = self::getLastDeleteALLCacheTimeFile();
|
||||||
_error_log("ObjectYPT::setLastDeleteALLCacheTime {$file}");
|
//_error_log("ObjectYPT::setLastDeleteALLCacheTime {$file}");
|
||||||
return file_put_contents($file, time());
|
return file_put_contents($file, time());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue