1
0
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:
Cameron
2016-12-22 10:16:16 -08:00
committed by GitHub

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)