🐛 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(),
|
||||
'locale' => $L->locale(),
|
||||
'timezone' => $timezone,
|
||||
'theme' => 'default',
|
||||
'theme' => 'defaultTheme',
|
||||
'adminTheme' => 'koblog',
|
||||
'homepage' => '',
|
||||
'pageNotFound' => '',
|
||||
|
|
Loading…
Add table
Reference in a new issue