summaryrefslogtreecommitdiff
path: root/core/controllers/admin_graphics.php
diff options
context:
space:
mode:
Diffstat (limited to 'core/controllers/admin_graphics.php')
-rw-r--r--core/controllers/admin_graphics.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/controllers/admin_graphics.php b/core/controllers/admin_graphics.php
index fe71a222..f0855660 100644
--- a/core/controllers/admin_graphics.php
+++ b/core/controllers/admin_graphics.php
@@ -28,6 +28,7 @@ class Admin_Graphics_Controller extends Admin_Controller {
if ($id == $active) {
$view->content->active = new View("admin_graphics_$id.html");
$view->content->active->tk = $tk;
+ $view->content->active->is_active = true;
} else {
$v = new View("admin_graphics_$id.html");
$v->tk = $tk;