1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 09:49:28 +02:00
This commit is contained in:
Daniel Neto 2024-07-01 10:19:58 -03:00
parent 14c6c501e2
commit e0f693fdd1
2 changed files with 5 additions and 5 deletions

View file

@ -1156,7 +1156,7 @@ abstract class CacheHandler
self::$cachedResults++;
}
$_getCache[$name] = $cache;
//_error_log("getCache($suffix, $lifetime) line=".__LINE__);
_error_log("getCache($suffix, $lifetime) line=".__LINE__);
return $cache;
}