summaryrefslogtreecommitdiff
path: root/modules/gallery/controllers/admin_graphics.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules/gallery/controllers/admin_graphics.php')
-rw-r--r--modules/gallery/controllers/admin_graphics.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/gallery/controllers/admin_graphics.php b/modules/gallery/controllers/admin_graphics.php
index a2d19d4a..a8a7cdc0 100644
--- a/modules/gallery/controllers/admin_graphics.php
+++ b/modules/gallery/controllers/admin_graphics.php
@@ -40,6 +40,8 @@ class Admin_Graphics_Controller extends Admin_Controller {
$msg = t("Changed graphics toolkit to: %toolkit", array("toolkit" => $tk->$toolkit_id->name));
message::success($msg);
log::success("graphics", $msg);
+
+ module::event("graphics_toolkit_change", $toolkit_id);
}
url::redirect("admin/graphics");