mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-05 17:51:40 +09:00
#381 php 5.4 호환성문제 수정
This commit is contained in:
parent
f84ecb39ce
commit
7813cb00a3
6 changed files with 9 additions and 2 deletions
|
|
@ -797,6 +797,7 @@ class documentAdminController extends document
|
|||
// If the post was not temorarily saved, set the attachment's status to be valid
|
||||
if($oDocument->hasUploadedFiles() && $originObject->member_srl != $originObject->module_srl)
|
||||
{
|
||||
$args = new stdClass();
|
||||
$args->upload_target_srl = $oDocument->document_srl;
|
||||
$args->isvalid = 'Y';
|
||||
$output = executeQuery('file.updateFileValid', $args);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue