Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.8.0, 1.8.1
-
Fix Version/s: 1.8.2
-
Component/s: Zend_Search_Lucene
-
Labels:None
Description
Line 187 reads:
$this->_matches = arrray();
Should be:
$this->_matches = array();
in:
Zend/Search/Lucene/Search/Query/Preprocessing/Phrase.php
Solved in r15574