diff --git a/CHANGELOG.md b/CHANGELOG.md index aea38dd8..312e11b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 ## 04/19/2017 diff --git a/classes/themes.php b/classes/themes.php index 519a0fab..e693b174 100644 --- a/classes/themes.php +++ b/classes/themes.php @@ -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'); }