mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-23 13:19:56 +09:00
Fix editor defaults in member module config
This commit is contained in:
parent
f46d6a542a
commit
47bc87dd80
1 changed files with 1 additions and 2 deletions
|
|
@ -164,8 +164,7 @@ class memberAdminView extends member
|
|||
Context::set('editor_skin_list', $oEditorModel->getEditorSkinList());
|
||||
|
||||
// get an editor
|
||||
$option = new stdClass();
|
||||
$option->skin = $oEditorModel->getEditorConfig()->editor_skin;
|
||||
$option = $oEditorModel->getEditorConfig();
|
||||
$option->primary_key_name = 'temp_srl';
|
||||
$option->content_key_name = 'agreement';
|
||||
$option->allow_fileupload = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue