🐛 fix default theme installation
This commit is contained in:
parent
49d8f3bc4c
commit
f582fcbaea
1 changed files with 1 additions and 1 deletions
|
@ -381,7 +381,7 @@ function install($adminPassword, $timezone)
|
||||||
'language' => $L->currentLanguage(),
|
'language' => $L->currentLanguage(),
|
||||||
'locale' => $L->locale(),
|
'locale' => $L->locale(),
|
||||||
'timezone' => $timezone,
|
'timezone' => $timezone,
|
||||||
'theme' => 'default',
|
'theme' => 'defaultTheme',
|
||||||
'adminTheme' => 'koblog',
|
'adminTheme' => 'koblog',
|
||||||
'homepage' => '',
|
'homepage' => '',
|
||||||
'pageNotFound' => '',
|
'pageNotFound' => '',
|
||||||
|
|
Loading…
Add table
Reference in a new issue