mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 01:39:24 +02:00
Update
This commit is contained in:
parent
bedf845d36
commit
8b848c0abf
1 changed files with 2 additions and 2 deletions
|
@ -1197,10 +1197,10 @@ abstract class CacheHandler
|
|||
unset($_SESSION['user']['sessionCache']);
|
||||
TimeLogEnd($timeLog, __LINE__);
|
||||
if ($clearFirstPageCache) {
|
||||
_error_log("deleteCache clearFirstPageCache");
|
||||
//_error_log("deleteCache clearFirstPageCache");
|
||||
clearCache(true);
|
||||
}else{
|
||||
_error_log("deleteCache not schedule");
|
||||
//_error_log("deleteCache not schedule");
|
||||
}
|
||||
TimeLogEnd($timeLog, __LINE__);
|
||||
$dir = ObjectYPT::getTmpCacheDir() . $prefix;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue