mirror of
https://github.com/silverstripe/silverstripe-fulltextsearch
synced 2024-10-22 14:05:29 +02:00
Merge pull request #272 from adrexia/patch-2
FIX: SearchUpdateQueuedJobProcessor JobType NULL
This commit is contained in:
commit
43f92c74f7
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user