Merge pull request #272 from adrexia/patch-2

FIX: SearchUpdateQueuedJobProcessor JobType NULL
This commit is contained in:
Robbie Averill 2020-02-10 16:36:57 +13:00 committed by GitHub
commit 43f92c74f7
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ class SearchUpdateQueuedJobProcessor extends SearchUpdateBatchedProcessor implem
public function getJobType()
{
return Config::inst()->get('SearchUpdateQueuedJobProcessor', 'reindex_queue');
return Config::inst()->get(__CLASS__, 'reindex_queue');
}
public function jobFinished()