diff options
-rw-r--r-- | core/controllers/admin_graphics.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/controllers/admin_graphics.php b/core/controllers/admin_graphics.php index 6676a808..88be9331 100644 --- a/core/controllers/admin_graphics.php +++ b/core/controllers/admin_graphics.php @@ -30,7 +30,7 @@ class Admin_Graphics_Controller extends Admin_Controller { $view->content->active = new View("admin_graphics_$id.html"); $view->content->active->tk = $tk; $view->content->active->is_active = true; - } else { + } else if ($id != "none") { $v = new View("admin_graphics_$id.html"); $v->tk = $tk; $v->is_active = false; |