Merge pull request #1689 from dorami/develop4

커뮤니케이션 모듈 기본 에디터 CKEditor로 변경
This commit is contained in:
bnu 2015-09-22 13:13:20 +09:00
commit 0326a8b5d1

View file

@ -44,7 +44,7 @@ class communicationModel extends communication
if(!$communication_config->editor_skin) if(!$communication_config->editor_skin)
{ {
$communication_config->editor_skin = 'default'; $communication_config->editor_skin = 'ckeditor';
} }
if(!$communication_config->mskin) if(!$communication_config->mskin)