mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-06 03:50:04 +02:00
Update
This commit is contained in:
parent
da3cd0bcf3
commit
1fcb6b018d
1 changed files with 1 additions and 1 deletions
|
@ -1172,7 +1172,7 @@ abstract class CacheHandler
|
||||||
TimeLogStart($timeLog);
|
TimeLogStart($timeLog);
|
||||||
$prefix = $this->getCacheSubdir();
|
$prefix = $this->getCacheSubdir();
|
||||||
if (class_exists('CachesInDB')) {
|
if (class_exists('CachesInDB')) {
|
||||||
_error_log("deleteCache CachesInDB");
|
_error_log("deleteCache CachesInDB prefix=$prefix");
|
||||||
CacheDB::deleteCacheStartingWith($prefix, $schedule);
|
CacheDB::deleteCacheStartingWith($prefix, $schedule);
|
||||||
}
|
}
|
||||||
if(!$schedule){
|
if(!$schedule){
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue