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:47:27 -03:00
parent ffcd4b1f73
commit 36709f3b0c

View file

@ -1161,7 +1161,7 @@ abstract class CacheHandler
} }
$_getCache[$name] = $cache; $_getCache[$name] = $cache;
if($logInfo){ if($logInfo){
_error_log("getCache($suffix, $lifetime) line=".__LINE__); _error_log("getCache($suffix, $lifetime) name={$name} line=".__LINE__);
} }
return $cache; return $cache;
} }