X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FConsole%2FStorage.php;h=d5af7c51356ece6e33f3f1e0ed1e429544050720;hb=73019284ce0b57e0cd8177f2a4739beddeac9753;hp=e2aa185c9229a305f33cfc72c8461bda8b0a823e;hpb=c17bc55158c63201203a3027f515d505a20529d9;p=friendica.git diff --git a/src/Console/Storage.php b/src/Console/Storage.php index e2aa185c92..d5af7c5135 100644 --- a/src/Console/Storage.php +++ b/src/Console/Storage.php @@ -1,6 +1,6 @@ out(sprintf($rowfmt, 'Sel', 'Name')); $this->out('-----------------------'); $isregisterd = false; - foreach ($this->storageManager->listBackends() as $name => $class) { + foreach ($this->storageManager->listBackends() as $name) { $issel = ' '; if ($current && $current::getName() == $name) { $issel = '*';