Commit 769762b282527275f353da348aeca36cef7a8ebe

Authored by Conrad Vermeulen
1 parent 8a5f0306

KTS-3530

"Allow reindexing of folders and their contents"
Updated. Fixed a typo.

Committed By: Conrad Vermeulen
Reviewed By: Megan Watson

git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@9076 c91229c3-7414-0410-bfa2-8a42b809f60b
plugins/search2/DocumentIndexAction.php
@@ -55,7 +55,7 @@ class DocumentIndexAction extends KTDocumentAction @@ -55,7 +55,7 @@ class DocumentIndexAction extends KTDocumentAction
55 else 55 else
56 { 56 {
57 Indexer::index($doc, 'A'); 57 Indexer::index($doc, 'A');
58 - $this->addInfoMessage(sprintf(_kt("Document '%s' has been added from the indexing queue."), $full_path)); 58 + $this->addInfoMessage(sprintf(_kt("Document '%s' has been added to the indexing queue."), $full_path));
59 } 59 }
60 } 60 }
61 redirect("view.php?fDocumentId=$docid"); 61 redirect("view.php?fDocumentId=$docid");