mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 20:00:37 +02:00
Merge pull request #2181 from lonalore/event
Event triggering after updating plugins table.
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user