mirror of
https://github.com/e107inc/e107.git
synced 2025-08-04 21:57:51 +02:00
Event triggering after updating plugins table.
This commit is contained in:
@@ -543,6 +543,11 @@ class e107plugin
|
|||||||
$this->rebuildUrlConfig();
|
$this->rebuildUrlConfig();
|
||||||
e107::getConfig('core')->save(true,false,false);
|
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)
|
function manage_category($cat)
|
||||||
|
Reference in New Issue
Block a user