]> git.mxchange.org Git - friendica.git/blobdiff - src/Core/Console/Cache.php
friendica-5847 Console Cache List command doesn't work
[friendica.git] / src / Core / Console / Cache.php
index 0dfef43f35b4bbe64fe167de9f91fb1b1200538a..459a27e20bed216ce0392ec60d4e03f122e3a12a 100644 (file)
@@ -115,10 +115,7 @@ HELP;
 
                $count = 0;
                foreach ($keys as $key) {
-                       if (empty($prefix) || strpos($key, $prefix) === 0) {
-                               $this->out($key);
-                               $count++;
-                       }
+                       $this->out($key);
                }
 
                $this->out($count . ' keys found');