Fix editor defaults in message send form

This commit is contained in:
Kijin Sung 2016-12-15 00:56:18 +09:00
parent eb9a14f6c1
commit 0707059d49

View file

@ -230,7 +230,7 @@ class communicationView extends communication
// set a signiture by calling getEditor of the editor module
$oEditorModel = getModel('editor');
$option = new stdClass();
$option = $oEditorModel->getEditorConfig();
$option->primary_key_name = 'receiver_srl';
$option->content_key_name = 'content';
$option->allow_fileupload = FALSE;