mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 03:01:43 +09:00
Fix signature editor skin and colorset not being applied
This commit is contained in:
parent
96738bd97d
commit
55af3f252e
2 changed files with 6 additions and 5 deletions
|
|
@ -378,7 +378,8 @@ class memberAdminView extends member
|
|||
{
|
||||
$oEditorModel = getModel('editor');
|
||||
$option = new stdClass();
|
||||
$option->skin = $oEditorModel->getEditorConfig()->editor_skin;
|
||||
$option->editor_skin = $this->memberConfig->signature_editor_skin;
|
||||
$option->sel_editor_colorset = $this->memberConfig->sel_editor_colorset;
|
||||
$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