mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-03 16:51:40 +09:00
Fix missing file upload in signature editor when modifying member info
This commit is contained in:
parent
e311207348
commit
bfc1c5d11a
1 changed files with 1 additions and 1 deletions
|
|
@ -223,7 +223,7 @@ class memberView extends member
|
|||
$option->primary_key_name = 'member_srl';
|
||||
$option->content_key_name = 'signature';
|
||||
$option->allow_html = $member_config->signature_html !== 'N';
|
||||
$option->allow_fileupload = false;
|
||||
$option->allow_fileupload = $member_config->member_allow_fileupload === 'Y';
|
||||
$option->enable_autosave = false;
|
||||
$option->enable_default_component = true;
|
||||
$option->enable_component = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue