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-08-06 11:33:44 -03:00
parent 8b848c0abf
commit e7462f5035

View file

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