mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-07-27 18:24:03 -04:00
Don't show the 'no toolkit found' message unless we actually didn't find one
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user