mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-21 03:12:55 +09:00
Fix #1680 회원모듈에서 기본에디터 설정을 따르도록 수정
This commit is contained in:
parent
df9b5a265a
commit
c285cfcf95
1 changed files with 3 additions and 0 deletions
|
|
@ -159,6 +159,7 @@ class memberAdminView extends member
|
|||
|
||||
// get an editor
|
||||
$option = new stdClass();
|
||||
$option->skin = $oEditorModel->getEditorConfig()->editor_skin;
|
||||
$option->primary_key_name = 'temp_srl';
|
||||
$option->content_key_name = 'agreement';
|
||||
$option->allow_fileupload = false;
|
||||
|
|
@ -259,6 +260,7 @@ class memberAdminView extends member
|
|||
Context::set('editor_skin_list', $oEditorModel->getEditorSkinList());
|
||||
|
||||
// get an editor
|
||||
$option->skin = $oEditorModel->getEditorConfig()->editor_skin;
|
||||
$option->primary_key_name = 'temp_srl';
|
||||
$option->content_key_name = 'agreement';
|
||||
$option->allow_fileupload = false;
|
||||
|
|
@ -352,6 +354,7 @@ class memberAdminView extends member
|
|||
{
|
||||
$oEditorModel = getModel('editor');
|
||||
$option = new stdClass();
|
||||
$option->skin = $oEditorModel->getEditorConfig()->editor_skin;
|
||||
$option->primary_key_name = 'member_srl';
|
||||
$option->content_key_name = 'signature';
|
||||
$option->allow_fileupload = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue