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

@@ -1,3 +1,9 @@
# v1.4.1
## 04/19/2017
1. [](#bugfix)
* Reverted [#1069](https://github.com/getgrav/grav-plugin-admin/pull/1069) as it conflicts ith Gantry5
# v1.4.0 # v1.4.0
## 04/19/2017 ## 04/19/2017

View File

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