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-28 23:21:07 -03:00
parent 3efef9895f
commit 813d26c9ba
3 changed files with 3 additions and 3 deletions

View file

@ -1168,7 +1168,7 @@ abstract class CacheHandler
$this->setSuffix($suffix);
$name = $this->getCacheName($this->suffix);
if(isCommandLineInterface()){
echo "public function getCache($suffix) ??{$this->suffix}?? name=".$name.PHP_EOL;
echo "public function getCache($suffix) name=".$name.PHP_EOL;
}
if (isset($_getCache[$name])) {
if ($logInfo) {