mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-03 01:03:28 +09:00
서명 내용이 없을 경우 브라우저에서 기본으로 정하는 태그나 내용에 의해 계속 서명이 있는것처럼 보이는 오류 수정 및 기본 회원 스킨에서 회원정보 보기시에 서명내용이 보이지 않는 문제 해결
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4068 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
33ba53114e
commit
c420d3191f
2 changed files with 4 additions and 1 deletions
|
|
@ -141,6 +141,7 @@
|
|||
$info->profile_image = $this->getProfileImage($info->member_srl);
|
||||
$info->image_name = $this->getImageName($info->member_srl);
|
||||
$info->image_mark = $this->getImageMark($info->member_srl);
|
||||
$info->signature = $this->getSignature($info->member_srl);
|
||||
|
||||
$extra_vars = unserialize($info->extra_vars);
|
||||
unset($info->extra_vars);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue