mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-25 14:19:58 +09:00
서명에 파일첨부를 할 수 있도록 개선
This commit is contained in:
parent
72785b0965
commit
bac8a0ab9d
1 changed files with 1 additions and 1 deletions
|
|
@ -314,7 +314,7 @@ class memberView extends member
|
|||
$option = new stdClass();
|
||||
$option->primary_key_name = 'member_srl';
|
||||
$option->content_key_name = 'signature';
|
||||
$option->allow_fileupload = false;
|
||||
$option->allow_fileupload = true;
|
||||
$option->enable_autosave = false;
|
||||
$option->enable_default_component = true;
|
||||
$option->enable_component = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue