mirror of
https://github.com/friendica/friendica
synced 2025-04-22 10:30:12 +00:00
Fix usage
This commit is contained in:
parent
1901716479
commit
99239e3d99
3 changed files with 3 additions and 3 deletions
|
@ -96,7 +96,7 @@ class Storage extends BaseAdmin
|
|||
$current_storage_backend = DI::storage();
|
||||
$available_storage_forms = [];
|
||||
|
||||
foreach (DI::storageManager()->listBackends() as $name => $class) {
|
||||
foreach (DI::storageManager()->listBackends() as $name) {
|
||||
|
||||
// build storage config form,
|
||||
$storage_form_prefix = preg_replace('|[^a-zA-Z0-9]|', '', $name);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue