mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
[fetch] call a trigger before moduleHandler init
This commit is contained in:
parent
25ae16e15b
commit
f1e702e72a
1 changed files with 3 additions and 0 deletions
|
|
@ -89,6 +89,9 @@ class ModuleHandler extends Handler
|
|||
}
|
||||
}
|
||||
|
||||
// call a trigger before moduleHandler init
|
||||
ModuleHandler::triggerCall('moduleHandler.init', 'before', $this);
|
||||
|
||||
// execute addon (before module initialization)
|
||||
$called_position = 'before_module_init';
|
||||
$oAddonController = getController('addon');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue