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:
ovclas 2012-09-05 11:39:37 +00:00
parent 49fe776379
commit 16900934cf
3 changed files with 9 additions and 4 deletions

View file

@ -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();