Commit a76bac84383315949d5b6d81b402a8ddbf26503a

Authored by conradverm
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
search2/indexing/indexerCore.inc.php
@@ -796,6 +796,7 @@ abstract class Indexer @@ -796,6 +796,7 @@ abstract class Indexer
796 if ($this->debug) $default->log->debug('indexDocuments: stopping - db error'); 796 if ($this->debug) $default->log->debug('indexDocuments: stopping - db error');
797 return; 797 return;
798 } 798 }
  799 + KTUtil::setSystemSetting('luceneIndexingDate', time());
799 800
800 // bail if no work to do 801 // bail if no work to do
801 if (count($result) == 0) 802 if (count($result) == 0)