Commit 71cfe0c7502d174b54e7a0eb925fb10acc01e31e
1 parent
655b49f9
Look for zip in export/zip in the configuration.
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5037 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
1 deletions
plugins/ktstandard/KTBulkExportPlugin.php
| @@ -94,7 +94,7 @@ class KTBulkExportAction extends KTFolderAction { | @@ -94,7 +94,7 @@ class KTBulkExportAction extends KTFolderAction { | ||
| 94 | 'file' => $sZipFile, | 94 | 'file' => $sZipFile, |
| 95 | 'dir' => $this->sTmpPath, | 95 | 'dir' => $this->sTmpPath, |
| 96 | ); | 96 | ); |
| 97 | - $sZipCommand = KTUtil::findCommand("import/zip", "zip"); | 97 | + $sZipCommand = KTUtil::findCommand("export/zip", "zip"); |
| 98 | $aCmd = array( | 98 | $aCmd = array( |
| 99 | $sZipCommand, | 99 | $sZipCommand, |
| 100 | "-r", | 100 | "-r", |