Skip to content

Commit

Permalink
Fixed issue #13349: Theme editor jumps back to admin home page after …
Browse files Browse the repository at this point in the history
…every save of changes to theme files
  • Loading branch information
olleharstedt committed Feb 14, 2018
1 parent 78ad30c commit 6b67aae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion application/models/UpdateForm.php
Expand Up @@ -553,7 +553,6 @@ private function checkAssets()
if ($iAssetVersionNumber != $iCurrentAssetVersion) {
self::republishAssets();
setGlobalSetting('AssetsVersion', $iAssetVersionNumber);
App()->getController()->redirect(array("admin/"));
}
return false;
}
Expand Down

0 comments on commit 6b67aae

Please sign in to comment.