mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 18:21:39 +09:00
Merge pull request #1689 from dorami/develop4
커뮤니케이션 모듈 기본 에디터 CKEditor로 변경
This commit is contained in:
commit
0326a8b5d1
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue