diff options
-rw-r--r-- | core/libraries/Admin_View.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/libraries/Admin_View.php b/core/libraries/Admin_View.php index e15c0d68..9ca585d2 100644 --- a/core/libraries/Admin_View.php +++ b/core/libraries/Admin_View.php @@ -34,7 +34,8 @@ class Admin_View_Core extends View { $this->theme_name = module::get_var("core", "active_admin_theme"); if (user::active()->admin) { $this->theme_name = Input::instance()->get("theme", $this->theme_name); - } + } + $this->sidebar = ""; $this->set_global('theme', $this); $this->set_global('user', user::active()); } |