mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-10 04:24:14 +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)
|
// execute addon (before module initialization)
|
||||||
$called_position = 'before_module_init';
|
$called_position = 'before_module_init';
|
||||||
$oAddonController = getController('addon');
|
$oAddonController = getController('addon');
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue