From edcdae129fabe6ca866b9100e186cd6fca284607 Mon Sep 17 00:00:00 2001 From: lonalore Date: Wed, 21 Dec 2016 14:54:28 +0100 Subject: [PATCH] Event triggering after updating plugins table. --- e107_handlers/plugin_class.php | 5 +++++ 1 file changed, 5 insertions(+) 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)