mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 17:21:39 +09:00
Fix #2245 don't change file state when moving document or comment to trash
This commit is contained in:
parent
031f3bb54d
commit
6486462b73
2 changed files with 4 additions and 0 deletions
|
|
@ -1437,6 +1437,7 @@ class CommentController extends Comment
|
|||
}
|
||||
}
|
||||
|
||||
/*
|
||||
if($oComment->hasUploadedFiles())
|
||||
{
|
||||
$args = new stdClass();
|
||||
|
|
@ -1444,6 +1445,7 @@ class CommentController extends Comment
|
|||
$args->isvalid = 'N';
|
||||
executeQuery('file.updateFileValid', $args);
|
||||
}
|
||||
*/
|
||||
|
||||
$obj->trash_srl = $oTrashVO->getTrashSrl();
|
||||
$obj->module_srl = $oComment->get('module_srl');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue