mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 11:44:10 +09:00
관리자페이지 회원추가후 member_srl 전달 문제 git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5215 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
7e908a0d2f
commit
1a3457b150
1 changed files with 1 additions and 1 deletions
|
|
@ -1167,7 +1167,7 @@
|
|||
/**
|
||||
* @brief member 테이블에 사용자 추가
|
||||
**/
|
||||
function insertMember($args, $password_is_hashed = false) {
|
||||
function insertMember(&$args, $password_is_hashed = false) {
|
||||
// trigger 호출 (before)
|
||||
$output = ModuleHandler::triggerCall('member.insertMember', 'before', $args);
|
||||
if(!$output->toBool()) return $output;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue