mirror of
https://github.com/humhub/humhub.git
synced 2025-03-04 07:08:58 +01:00
Fixed installer problem without active theme
This commit is contained in:
parent
b2d57bcf8c
commit
63b5578273
@ -188,6 +188,10 @@ class Theme extends \yii\base\Theme
|
||||
$theme = self::getThemeByName($theme);
|
||||
}
|
||||
|
||||
if ($theme === null) {
|
||||
return [];
|
||||
}
|
||||
|
||||
return [
|
||||
'components' => [
|
||||
'view' => [
|
||||
|
Loading…
x
Reference in New Issue
Block a user