mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
Move trigger to moduleObject.proc.after for better consistency
This commit is contained in:
parent
4b2bced0eb
commit
488704acf0
2 changed files with 23 additions and 1 deletions
|
|
@ -798,6 +798,11 @@ class communicationController extends communication
|
|||
}
|
||||
|
||||
function triggerModuleHandlerBefore($obj)
|
||||
{
|
||||
return $this->triggerModuleProcAfter($obj);
|
||||
}
|
||||
|
||||
function triggerModuleProcAfter($obj)
|
||||
{
|
||||
if(!Context::get('is_logged') || $obj->module == 'member')
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue