mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-17 09:24:17 +09:00
issue 1908 add copied_srls value in trigger object
add 'success_copied' lang in common language file git-svn-id: http://xe-core.googlecode.com/svn/branches/luminous@11169 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
49fe776379
commit
16900934cf
3 changed files with 9 additions and 4 deletions
|
|
@ -361,6 +361,7 @@
|
|||
}
|
||||
|
||||
// Call a trigger (before)
|
||||
$triggerObj->copied_srls = $copied_srls;
|
||||
$output = ModuleHandler::triggerCall('document.copyDocumentModule', 'after', $triggerObj);
|
||||
if(!$output->toBool()) {
|
||||
$oDB->rollback();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue