mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 19:21:40 +09:00
add trigger
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7357 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
668e27150e
commit
a3384d538d
1 changed files with 4 additions and 1 deletions
|
|
@ -1261,7 +1261,10 @@
|
|||
if($site_srl) $args->site_srl = $site_srl;
|
||||
|
||||
// 추가
|
||||
return executeQuery('member.addMemberToGroup',$args);
|
||||
$output = executeQuery('member.addMemberToGroup',$args);
|
||||
$output2 = ModuleHandler::triggerCall('member.addMemberToGroup', 'after', $args);
|
||||
|
||||
return $output;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue