Commit 71cfe0c7502d174b54e7a0eb925fb10acc01e31e

Authored by nbm
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
plugins/ktstandard/KTBulkExportPlugin.php
... ... @@ -94,7 +94,7 @@ class KTBulkExportAction extends KTFolderAction {
94 94 'file' => $sZipFile,
95 95 'dir' => $this->sTmpPath,
96 96 );
97   - $sZipCommand = KTUtil::findCommand("import/zip", "zip");
  97 + $sZipCommand = KTUtil::findCommand("export/zip", "zip");
98 98 $aCmd = array(
99 99 $sZipCommand,
100 100 "-r",
... ...