mirror of
https://github.com/friendica/friendica
synced 2024-11-10 11:42:54 +00:00
Issue 9402: Avoid message "invalid storage backend settings" on empty value
This commit is contained in:
parent
b72f6d05cd
commit
e66fba9757
1 changed files with 1 additions and 1 deletions
|
@ -247,7 +247,7 @@ class Site extends BaseAdmin
|
|||
}
|
||||
DI::baseUrl()->redirect('admin/site' . $active_panel);
|
||||
}
|
||||
} else {
|
||||
} elseif (!empty($storagebackend)) {
|
||||
notice(DI::l10n()->t('Invalid storage backend setting value.'));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue