Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Neto committed Aug 6, 2024
1 parent 8b848c0 commit e7462f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion objects/Object.php
Original file line number Diff line number Diff line change
Expand Up @@ -1187,7 +1187,7 @@ public function deleteCache($clearFirstPageCache = false, $schedule=true)
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){
Expand Down

0 comments on commit e7462f5

Please sign in to comment.