회원정보 수정시 에디터 부분 오류 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6141 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2009-04-20 00:55:44 +00:00
parent 8d8b680897
commit f968bd65c0
3 changed files with 3 additions and 2 deletions

View file

@ -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';

View file

@ -76,7 +76,7 @@
if(!$config->profile_image_max_width) $config->profile_image_max_width = 80;
if(!$config->profile_image_max_height) $config->profile_image_max_height = 80;
if(!$config->skin) $config->skin = "default";
if(!$config->editor_skin) $config->editor_skin = "default";
if(!$config->editor_skin || $config->editor_skin == 'default') $config->editor_skin = "xpresseditor";
if(!$config->group_image_mark) $config->group_image_mark = "N";
Context::set('config',$config);