diff --git a/e107_handlers/plugin_class.php b/e107_handlers/plugin_class.php index e65d03154..76daff7e9 100644 --- a/e107_handlers/plugin_class.php +++ b/e107_handlers/plugin_class.php @@ -543,6 +543,11 @@ class e107plugin $this->rebuildUrlConfig(); e107::getConfig('core')->save(true,false,false); } + + // Triggering system (post) event. + e107::getEvent()->trigger('system_plugins_table_updated', array( + 'mode' => $mode, + )); } function manage_category($cat)