🐛 fix default theme installation

This commit is contained in:
Kazhnuz 2025-07-27 15:03:27 +02:00
parent 49d8f3bc4c
commit f582fcbaea

View file

@ -381,7 +381,7 @@ function install($adminPassword, $timezone)
'language' => $L->currentLanguage(),
'locale' => $L->locale(),
'timezone' => $timezone,
'theme' => 'default',
'theme' => 'defaultTheme',
'adminTheme' => 'koblog',
'homepage' => '',
'pageNotFound' => '',