]> git.mxchange.org Git - friendica.git/commitdiff
Fix Storage list
authornupplaPhil <admin@philipp.info>
Sat, 18 Jan 2020 09:46:53 +0000 (10:46 +0100)
committernupplaPhil <admin@philipp.info>
Sat, 18 Jan 2020 09:46:53 +0000 (10:46 +0100)
src/Console/Storage.php

index fcf55a9444327c48a610db242752ddbf9e2b11b2..731dc79e5c854de5519084f655f2b21347b7ff1a 100644 (file)
@@ -88,7 +88,7 @@ HELP;
                $isregisterd = false;
                foreach ($this->storageManager->listBackends() as $name => $class) {
                        $issel = ' ';
-                       if ($current === $class) {
+                       if ($current::getName() == $name) {
                                $issel = '*';
                                $isregisterd = true;
                        };