Skip to content

Commit

Permalink
fix #1005 설치 시 회원 그룹을 생성하지 못하는 문제 고침
Browse files Browse the repository at this point in the history
  • Loading branch information
bnu committed Oct 13, 2014
1 parent b1bc5f2 commit 1548f5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/member/member.admin.controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -1115,6 +1115,7 @@ function insertGroup($args)
}

if(!$args->group_srl) $args->group_srl = getNextSequence();
$args->list_order = $args->group_srl;
$output = executeQuery('member.insertGroup', $args);
$this->_deleteMemberGroupCache($args->site_srl);

Expand Down

0 comments on commit 1548f5c

Please sign in to comment.