This commit is contained in:
Sam Georges 2014-07-25 17:21:06 +10:00
parent 4e84907973
commit 5d832a2f7b
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ class Theme
{
$editTheme = Config::get('cms.editTheme');
if (!$editTheme)
$editTheme = Config::get('cms.activeTheme');
$editTheme = static::getActiveTheme()->getDirName();
$apiResult = Event::fire('cms.editTheme', [], true);
if ($apiResult !== null)