mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-02 16:52:16 +09:00
Move communication module triggers to module.xml
This commit is contained in:
parent
8f32e94f8a
commit
eb2883b8cb
2 changed files with 4 additions and 62 deletions
|
|
@ -32,4 +32,8 @@
|
|||
<action name="getCommunicationAdminColorset" type="model" />
|
||||
<action name="procCommunicationAdminInsertConfig" type="controller" ruleset="insertConfig" />
|
||||
</actions>
|
||||
<eventHandlers>
|
||||
<eventHandler before="moduleHandler.init" class="controller" method="triggerModuleHandlerBefore" />
|
||||
<eventHandler before="member.getMemberMenu" class="controller" method="triggerMemberMenu" />
|
||||
</eventHandlers>
|
||||
</module>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue