mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-15 00:12:43 +09:00
#19347633 비밀번호 찾기 오류 수정.
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7992 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
dc275813ef
commit
100f5280cf
1 changed files with 2 additions and 2 deletions
|
|
@ -991,8 +991,8 @@
|
|||
Context::set('member_info', $member_info);
|
||||
|
||||
$member_config = $oModuleModel->getModuleConfig('member');
|
||||
if(!$member_config->skin) $this->member_config->skin = "default";
|
||||
if(!$member_config->colorset) $this->member_config->colorset = "white";
|
||||
if(!$member_config->skin) $member_config->skin = "default";
|
||||
if(!$member_config->colorset) $member_config->colorset = "white";
|
||||
|
||||
Context::set('member_config', $member_config);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue