Fix section for themes config in StyleSheet

refs #10705
This commit is contained in:
Eric Lippmann 2015-12-07 12:37:34 +01:00
parent 3a22168b64
commit bf0b673640
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ class StyleSheet
}
}
$themingConfig = $this->app->getConfig()->getSection('theming');
$themingConfig = $this->app->getConfig()->getSection('themes');
$defaultTheme = $themingConfig->get('default', self::DEFAULT_THEME);
$theme = null;