mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-18 18:59:56 +09:00
포인트 레벨 아이콘 사용시 서명부분이 깨어지는 버그 수정
git-svn-id: http://xe-core.googlecode.com/svn/trunk@2042 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
cc20980338
commit
3ca76c1d88
1 changed files with 1 additions and 0 deletions
|
|
@ -57,6 +57,7 @@
|
|||
if(!$this->oPointModel) $this->oPointModel = &getModel('point');
|
||||
|
||||
$member_srl = $matches[3];
|
||||
if(!is_int($member_srl)) return $matches[0];
|
||||
if($this->member_code[$member_srl]) return $this->member_code[$member_srl];
|
||||
|
||||
$point = $this->oPointModel->getPoint($member_srl);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue