mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
Fix editor defaults in message send form
This commit is contained in:
parent
eb9a14f6c1
commit
0707059d49
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue