Commit d669a1fa40fcb7e11605f1b4a34bfcf8691fd354
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
Showing
1 changed file
with
1 additions
and
1 deletions
plugins/search2/reporting/PendingDocuments.php
| @@ -68,7 +68,7 @@ class PendingDocumentsDispatcher extends KTAdminDispatcher | @@ -68,7 +68,7 @@ class PendingDocumentsDispatcher extends KTAdminDispatcher | ||
| 68 | $aPendingDocs[$key] = $doc; | 68 | $aPendingDocs[$key] = $doc; |
| 69 | } | 69 | } |
| 70 | 70 | ||
| 71 | - $oTemplating =& KTTempating::getSingleton(); | 71 | + $oTemplating =& KTTemplating::getSingleton(); |
| 72 | $oTemplating->addLocation('Pending Documents', '/plugins/search2/reporting/templates'); | 72 | $oTemplating->addLocation('Pending Documents', '/plugins/search2/reporting/templates'); |
| 73 | $oTemplate =& $oTemplating->loadTemplate('pendingdocuments'); | 73 | $oTemplate =& $oTemplating->loadTemplate('pendingdocuments'); |
| 74 | 74 |