mirror of
https://github.com/friendica/friendica
synced 2025-04-26 09:10:15 +00:00
Fix usage
This commit is contained in:
parent
1901716479
commit
99239e3d99
3 changed files with 3 additions and 3 deletions
|
@ -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 = '*';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue