mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-28 23:59:57 +09:00
포인트 레벨 아이콘 사용시 비회원의 이름이 첫번째 나타난 이름으로 대체되던 오류 수정
git-svn-id: http://xe-core.googlecode.com/svn/trunk@2242 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
af61d733d0
commit
b401d7bd3b
1 changed files with 2 additions and 0 deletions
|
|
@ -57,6 +57,8 @@
|
||||||
if(!$this->oPointModel) $this->oPointModel = &getModel('point');
|
if(!$this->oPointModel) $this->oPointModel = &getModel('point');
|
||||||
|
|
||||||
$member_srl = $matches[3];
|
$member_srl = $matches[3];
|
||||||
|
if($member_srl<1) return $matches[0];
|
||||||
|
|
||||||
if($this->member_code[$member_srl]) return $this->member_code[$member_srl];
|
if($this->member_code[$member_srl]) return $this->member_code[$member_srl];
|
||||||
|
|
||||||
$point = $this->oPointModel->getPoint($member_srl);
|
$point = $this->oPointModel->getPoint($member_srl);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue