Commit eef1a88d56569b75cba93373a4e5cbf9b678e03a
1 parent
2e778acb
KTS-4252 Bulk Operations Clean up
Commited by: Jarrett Jordaan Reviewed: Megan Watson
Showing
1 changed file
with
1 additions
and
1 deletions
plugins/ktcore/KTBulkActions.php
| ... | ... | @@ -784,7 +784,7 @@ class KTBulkCopyAction extends KTBulkAction { |
| 784 | 784 | */ |
| 785 | 785 | function perform_action($oEntity) { |
| 786 | 786 | if(is_a($oEntity, 'Document')) { |
| 787 | - $res = KTDocumentUtil::copy($oEntity, $this->oTargetFolder, null, $this->sReason, true); | |
| 787 | + $res = KTDocumentUtil::copy($oEntity, $this->oTargetFolder, $this->sReason, null, true); | |
| 788 | 788 | if (PEAR::isError($res)) { |
| 789 | 789 | return $res; |
| 790 | 790 | } | ... | ... |