mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 01:39:24 +02:00
Update
This commit is contained in:
parent
3efef9895f
commit
813d26c9ba
3 changed files with 3 additions and 3 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue