mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-27 14:22:54 +09:00
회원정보 수정시 에디터 부분 오류 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6141 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
8d8b680897
commit
f968bd65c0
3 changed files with 3 additions and 2 deletions
|
|
@ -98,7 +98,7 @@
|
|||
|
||||
if(!$args->skin) $args->skin = "default";
|
||||
if(!$args->colorset) $args->colorset = "white";
|
||||
if(!$args->editor_skin) $args->editor_skin= "default";
|
||||
if(!$args->editor_skin) $args->editor_skin= "xpresseditor";
|
||||
if(!$args->editor_colorset) $args->editor_colorset = "white";
|
||||
if($args->enable_join!='Y') $args->enable_join = 'N';
|
||||
if($args->enable_openid!='Y') $args->enable_openid= 'N';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue