mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-28 15:49:57 +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());
|
Context::set('editor_skin_list', $oEditorModel->getEditorSkinList());
|
||||||
|
|
||||||
// get an editor
|
// get an editor
|
||||||
$option = new stdClass();
|
$option = $oEditorModel->getEditorConfig();
|
||||||
$option->skin = $oEditorModel->getEditorConfig()->editor_skin;
|
|
||||||
$option->primary_key_name = 'temp_srl';
|
$option->primary_key_name = 'temp_srl';
|
||||||
$option->content_key_name = 'agreement';
|
$option->content_key_name = 'agreement';
|
||||||
$option->allow_fileupload = false;
|
$option->allow_fileupload = false;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue