Commit a76bac84383315949d5b6d81b402a8ddbf26503a
1 parent
d310d95c
KTS-2761
"Last run time in Indexer Dashlet is not updated" Updated. Committed By: Conrad Vermeulen Reviewed By: Kevin Fourie git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7801 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
0 deletions
search2/indexing/indexerCore.inc.php
| ... | ... | @@ -796,6 +796,7 @@ abstract class Indexer |
| 796 | 796 | if ($this->debug) $default->log->debug('indexDocuments: stopping - db error'); |
| 797 | 797 | return; |
| 798 | 798 | } |
| 799 | + KTUtil::setSystemSetting('luceneIndexingDate', time()); | |
| 799 | 800 | |
| 800 | 801 | // bail if no work to do |
| 801 | 802 | if (count($result) == 0) | ... | ... |