X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FConsole%2FStorage.php;h=ea9f5ae20d2e7f2928a8606a75774b7452cda32b;hb=f87eeb2f2866f21511069df9adf199bf68610c1d;hp=e2aa185c9229a305f33cfc72c8461bda8b0a823e;hpb=c17bc55158c63201203a3027f515d505a20529d9;p=friendica.git diff --git a/src/Console/Storage.php b/src/Console/Storage.php index e2aa185c92..ea9f5ae20d 100644 --- a/src/Console/Storage.php +++ b/src/Console/Storage.php @@ -1,6 +1,6 @@ getOption('v')) { $this->out('Executable: ' . $this->executable); @@ -106,7 +106,7 @@ HELP; $this->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 = '*';