Fix editor defaults in member module config

This commit is contained in:
Kijin Sung 2016-12-15 00:53:12 +09:00
parent f46d6a542a
commit 47bc87dd80

View file

@ -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;