1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-04 13:47:31 +02:00

Event triggering after updating plugins table.

This commit is contained in:
lonalore
2016-12-21 14:54:28 +01:00
parent 46a7dd5d14
commit edcdae129f

View File

@@ -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)