mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-22 03:42:18 +09:00
#18298088 * procMemberInsert() after 트리거 추가
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6786 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
f62f064ffe
commit
307d78f3f4
1 changed files with 4 additions and 0 deletions
|
|
@ -565,6 +565,10 @@
|
|||
$this->setMessage($msg);
|
||||
}
|
||||
else $this->setMessage('success_registed');
|
||||
|
||||
// after 트리거 호출
|
||||
$trigger_output = ModuleHandler::triggerCall('member.procMemberInsert', 'after', $config);
|
||||
if(!$trigger_output->toBool()) return $trigger_output;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue