Commit 43ee96cbdb7c95caf97cd7114efb874b9ed8e8a1
1 parent
38ef212f
Merged in from DEV trunk...
Some ws updates. KTC-570 "Bulk Checkout Does not download correct file to the filesystem." Fixed. Removed a line setting the filename to outerfile.pdf. Committed by: Megan Watson Reviewed by: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/branches/3.5.3-Branch@8745 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
0 additions
and
1 deletions
plugins/ktcore/KTBulkActions.php
| @@ -932,7 +932,6 @@ class KTBrowseBulkCheckoutAction extends KTBulkAction { | @@ -932,7 +932,6 @@ class KTBrowseBulkCheckoutAction extends KTBulkAction { | ||
| 932 | return $ret; | 932 | return $ret; |
| 933 | } | 933 | } |
| 934 | } | 934 | } |
| 935 | - $oEntity->setFileName('outterfile.pdf'); | ||
| 936 | 935 | ||
| 937 | $this->oZip->addDocumentToZip($oEntity); | 936 | $this->oZip->addDocumentToZip($oEntity); |
| 938 | } | 937 | } |