]> git.mxchange.org Git - friendica.git/blobdiff - src/Console/Cache.php
Now using only a single array
[friendica.git] / src / Console / Cache.php
index a13e003aab5fc43c7a136d179844a0a062f70e65..afb549f4dc68733c66fa853b4ba698f8751f086a 100644 (file)
@@ -87,7 +87,7 @@ HELP;
                }
 
                if ($this->getOption('v')) {
-                       $this->out('Cache Driver Name: ' . (string)$this->cache);
+                       $this->out('Cache Driver Name: ' . $this->cache->getName());
                        $this->out('Cache Driver Class: ' . get_class($this->cache));
                }