mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-05 09:41:40 +09:00
Fix #2141 add trash_srl to trigger objects
This commit is contained in:
parent
3215631dfc
commit
5a865fc4aa
2 changed files with 2 additions and 0 deletions
|
|
@ -1439,6 +1439,7 @@ class CommentController extends Comment
|
|||
executeQuery('file.updateFileValid', $args);
|
||||
}
|
||||
|
||||
$obj->trash_srl = $oTrashVO->getTrashSrl();
|
||||
$obj->module_srl = $oComment->get('module_srl');
|
||||
$obj->document_srl = $oComment->get('document_srl');
|
||||
$obj->parent_srl = $oComment->get('parent_srl');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue