커뮤니케이션 모듈 기본 에디터 CKEditor로 변경

This commit is contained in:
Beom Jinhyeok 2015-08-03 02:29:59 +09:00
parent 202e2367d4
commit 6380bd0d48

View file

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