Commit b6e60c2f37e00f88a386ba966430b24b42dda13e
1 parent
521ca5e1
Fixed KTS-1285
"Export Improvement" git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@6108 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
1 deletions
plugins/ktstandard/KTBulkExportPlugin.php
| ... | ... | @@ -162,7 +162,7 @@ class KTBulkExportAction extends KTFolderAction { |
| 162 | 162 | |
| 163 | 163 | $url = KTUtil::addQueryStringSelf(sprintf('action=downloadZipFile&fFolderId=%d&exportcode=%s', $this->oFolder->getId(), $sExportCode)); |
| 164 | 164 | printf('<p>' . _kt('Go <a href="%s">here</a> to download the zip file if you are not automatically redirected there') . "</p>\n", $url); |
| 165 | - $folderurl = KTBrowseUtil::getUrlForFolder($oFolder); | |
| 165 | + $folderurl = KTBrowseUtil::getUrlForFolder($this->oFolder); | |
| 166 | 166 | printf('<p>' . _kt('Once downloaded, return to the original <a href="%s">folder</a>') . "</p>\n", $folderurl); |
| 167 | 167 | printf("</div></div></body></html>\n"); |
| 168 | 168 | printf('<script language="JavaScript"> | ... | ... |