Commit c8f7549168014dce4c9f3ed074ae813a8ce9d734
1 parent
c9ea9419
KTC-408
"Cannot locate binary for PostScript Text Extractor (pstotext)" Fixed. Committed By: Kevin Fourie Reviewed By: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8182 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
1 deletions
lib/upgrades/UpgradeFunctions.inc.php
| ... | ... | @@ -1055,7 +1055,7 @@ class UpgradeFunctions { |
| 1055 | 1055 | $ini->addItem('externalBinary', 'xls2csv', 'xls2csv', '', 'The following are external binaries that may be used by various parts of knowledgeTree.'); |
| 1056 | 1056 | $ini->addItem('externalBinary', 'pdftotext', 'pdftotext'); |
| 1057 | 1057 | $ini->addItem('externalBinary', 'catppt', 'catppt'); |
| 1058 | - $ini->addItem('externalBinary', 'pstotext', 'ps2txt'); | |
| 1058 | + $ini->addItem('externalBinary', 'pstotext', 'pstotext'); | |
| 1059 | 1059 | $ini->addItem('externalBinary', 'catdoc', 'catdoc'); |
| 1060 | 1060 | $ini->addItem('externalBinary', 'antiword', 'antiword'); |
| 1061 | 1061 | $ini->addItem('externalBinary', 'python', 'python'); | ... | ... |