mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-28 23:03:25 +09:00
Fix #1417 set files as valid when signature is saved
This commit is contained in:
parent
f5562356b4
commit
1bd20e6d31
4 changed files with 11 additions and 1 deletions
|
|
@ -155,6 +155,10 @@ class memberAdminController extends member
|
|||
// Save Signature
|
||||
$signature = Context::get('signature');
|
||||
$oMemberController->putSignature($args->member_srl, $signature);
|
||||
if($config->member_allow_fileupload === 'Y')
|
||||
{
|
||||
getController('file')->setFilesValid($args->member_srl, 'sig');
|
||||
}
|
||||
|
||||
$profile_image = Context::get('profile_image');
|
||||
if(is_uploaded_file($profile_image['tmp_name']))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue