mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-26 05:42:13 +09:00
세션 정보에 기록된 회원의 정보가 DB에 없을 경우 전체 회원그룹을 가져오는 오동작 하지 않도록 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6812 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
2e37455c8e
commit
90881f70b2
1 changed files with 1 additions and 1 deletions
|
|
@ -199,7 +199,7 @@
|
|||
if(!$GLOBALS['__member_info__'][$member_srl]) {
|
||||
$args->member_srl = $member_srl;
|
||||
$output = executeQuery('member.getMemberInfoByMemberSrl', $args);
|
||||
if(!$output) return $output;
|
||||
if(!$output->data) return;
|
||||
|
||||
$this->arrangeMemberInfo($output->data, $site_srl);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue