Bugfix: Set SearchUpdateCommitJobProcessor::$dirty_indexes prop type to array, not bool

This commit is contained in:
cpenny 2017-08-18 12:47:30 +12:00
parent 7115a7a955
commit e196de2ac2
1 changed files with 4 additions and 4 deletions

View File

@ -47,7 +47,7 @@ class SearchUpdateCommitJobProcessor implements QueuedJob
*
* @var array
*/
public static $dirty_indexes = true;
public static $dirty_indexes = array();
/**
* If solrindex::commit has already been performed, but additional commits are necessary,