mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +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
|
|
@ -782,6 +782,7 @@ class fileController extends file
|
|||
{
|
||||
$args = new stdClass();
|
||||
$args->upload_target_srl = $upload_target_srl;
|
||||
$args->old_isvalid = 'N';
|
||||
if($upload_target_type)
|
||||
{
|
||||
$args->upload_target_type = substr($upload_target_type, 0, 3);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue