Commit d2bb7e64f04e5c4146310293a607a93a0b56c2c7

Authored by bshuttle
1 parent a6923a62

- use the correct indexer page.


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5041 c91229c3-7414-0410-bfa2-8a42b809f60b
plugins/ktstandard/contents/BaseIndexer.php
... ... @@ -53,6 +53,7 @@ class KTBaseIndexerTrigger {
53 53 * Any options to send to the command before the input file.
54 54 */
55 55 var $args = array();
  56 + var $support_url = 'http://support.ktdms.com/confluence/display/KTWiki/Document+Indexers';
56 57  
57 58 /**
58 59 * Setting use_pipes to true will cause the output of the command to
... ...