1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 01:39:24 +02:00
This commit is contained in:
Daniel Neto 2024-07-01 11:52:23 -03:00
parent da3cd0bcf3
commit 1fcb6b018d

View file

@ -1172,7 +1172,7 @@ abstract class CacheHandler
TimeLogStart($timeLog);
$prefix = $this->getCacheSubdir();
if (class_exists('CachesInDB')) {
_error_log("deleteCache CachesInDB");
_error_log("deleteCache CachesInDB prefix=$prefix");
CacheDB::deleteCacheStartingWith($prefix, $schedule);
}
if(!$schedule){