mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 01:39:24 +02:00
Update
This commit is contained in:
parent
1ebf234cd3
commit
e56976d67e
2 changed files with 4 additions and 2 deletions
|
@ -608,6 +608,9 @@ abstract class ObjectYPT implements ObjectInterface
|
|||
}
|
||||
|
||||
$cachefile = self::getCacheFileName($name, true, $addSubDirs, $ignoreMetadata);
|
||||
if(isCommandLineInterface()){
|
||||
echo 'setCache '.json_encode($name, $addSubDirs, $ignoreMetadata);
|
||||
}
|
||||
self::logTime($start, __LINE__, $name);
|
||||
make_path($cachefile);
|
||||
//_error_log("YPTObject::setCache log error [{$name}] $cachefile filemtime = ".filemtime($cachefile));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue