Init set empty db config if db config not found

This commit is contained in:
Clemens Schwaighofer
2023-07-10 08:18:49 +09:00
parent bf63d850ca
commit 2006798388
2 changed files with 12 additions and 2 deletions

View File

@@ -87,7 +87,7 @@ $l10n = new \CoreLibs\Language\L10n(
$locale['locale'],
$locale['domain'],
$locale['path'],
$locale['encoding']
$locale['encoding'],
);
// create smarty object