Reverted #1069 until we can find a safe way to play with Gantry5

This commit is contained in:
Andy Miller
2017-04-19 16:55:31 -06:00
parent ef77db33d2
commit be3669e38a
2 changed files with 6 additions and 1 deletions

View File

@@ -14,7 +14,6 @@ class Themes extends \Grav\Common\Themes
/** @var Themes $themes */
$themes = $this->grav['themes'];
$themes->configure();
$themes->initTheme();
$this->grav->fireEvent('onAdminThemeInitialized');
}