X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FConsole%2FCache.php;h=afb549f4dc68733c66fa853b4ba698f8751f086a;hb=4dec002dcb0b4abfd08f8761b37295e602243d96;hp=a13e003aab5fc43c7a136d179844a0a062f70e65;hpb=d2211bd6ddc7d860f123a06f66b70a5c239a4084;p=friendica.git diff --git a/src/Console/Cache.php b/src/Console/Cache.php index a13e003aab..afb549f4dc 100644 --- a/src/Console/Cache.php +++ b/src/Console/Cache.php @@ -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)); }