Change default editor colorset in other modules to moono-lisa

This commit is contained in:
Kijin Sung 2017-02-16 01:26:08 +09:00
parent e17c4b9c38
commit d4353fa8d2
4 changed files with 5 additions and 5 deletions

View file

@ -72,7 +72,7 @@ class memberModel extends member
if(!$config->max_error_count_time) $config->max_error_count_time = 300;
if(!$config->signature_editor_skin || $config->signature_editor_skin == 'default') $config->signature_editor_skin = 'ckeditor';
if(!$config->sel_editor_colorset) $config->sel_editor_colorset = 'moono';
if(!$config->sel_editor_colorset) $config->sel_editor_colorset = 'moono-lisa';
if(!$config->member_allow_fileupload) $config->member_allow_fileupload = 'N';
if($config->redirect_mid)