Commit 26a49d6b5fb9a2b7301833eb39c0411bb2c0bfc3

Authored by nbm
1 parent 0a7995be

KTS-1335: Don't show PostScript diagnostic message.


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@6025 c91229c3-7414-0410-bfa2-8a42b809f60b
plugins/ktstandard/contents/PsIndexer.php
... ... @@ -41,6 +41,7 @@ class KTPostscriptIndexerTrigger extends KTBaseIndexerTrigger {
41 41 }
42 42  
43 43 function getDiagnostic() {
  44 + return null; // KTS-1335: don't show diagnostic message for PostScript
44 45 $sCommand = $this->findLocalCommand();
45 46  
46 47 if (OS_WINDOWS) {
... ...