mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-26 06:39:56 +09:00
Fix editor defaults in member signature
This commit is contained in:
parent
47bc87dd80
commit
eb9a14f6c1
1 changed files with 1 additions and 1 deletions
|
|
@ -311,7 +311,7 @@ class memberView extends member
|
|||
if($member_info->member_srl)
|
||||
{
|
||||
$oEditorModel = getModel('editor');
|
||||
$option = new stdClass();
|
||||
$option = $oEditorModel->getEditorConfig();
|
||||
$option->primary_key_name = 'member_srl';
|
||||
$option->content_key_name = 'signature';
|
||||
if($member_config->member_allow_fileupload === 'Y')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue