mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 11:44:10 +09:00
Set editor_mid automatically based on module_srl
This commit is contained in:
parent
e1cfb09652
commit
990343d906
5 changed files with 7 additions and 29 deletions
|
|
@ -439,9 +439,7 @@ class MemberAdminView extends Member
|
|||
}
|
||||
if ($option->allow_fileupload)
|
||||
{
|
||||
$oMemberView = MemberView::getInstance();
|
||||
$option->module_srl = $oMemberView->getMemberModuleSrl();
|
||||
$option->mid = $oMemberView->getMemberModulePrefix();
|
||||
$option->module_srl = MemberView::getInstance()->getMemberModuleSrl();
|
||||
}
|
||||
|
||||
Context::set('editor', getModel('editor')->getEditor($member_info->member_srl, $option));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue