Commit d669a1fa40fcb7e11605f1b4a34bfcf8691fd354

Authored by kevin_fourie
1 parent 35a44256

Merged in from STABLE trunk...

KTS-3488
"Pending Documents Indexing Queue does not use rootUrl (with patch)"
Fixed. Fixed typo.

Committed by: Kevin Fourie
Reviwed by: Megan Watson



git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/branches/3.5.3-Release-Branch@8845 c91229c3-7414-0410-bfa2-8a42b809f60b
plugins/search2/reporting/PendingDocuments.php
... ... @@ -68,7 +68,7 @@ class PendingDocumentsDispatcher extends KTAdminDispatcher
68 68 $aPendingDocs[$key] = $doc;
69 69 }
70 70  
71   - $oTemplating =& KTTempating::getSingleton();
  71 + $oTemplating =& KTTemplating::getSingleton();
72 72 $oTemplating->addLocation('Pending Documents', '/plugins/search2/reporting/templates');
73 73 $oTemplate =& $oTemplating->loadTemplate('pendingdocuments');
74 74  
... ...