Issue Details (XML | Word | Printable)

Key: ZF-6639
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Satoru Yoshida
Reporter: Rob Riggen
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Google issue summary
Zend Framework

Typo in file arrray (should be array)

Created: 13/May/09 12:58 PM   Updated: 13/May/09 07:45 PM   Resolved: 13/May/09 07:45 PM
Return to search "Fixed in 1.5.1"
Component/s: Zend_Search_Lucene
Affects Version/s: 1.8.0, 1.8.1
Fix Version/s: 1.8.2

Time Tracking:
Not Specified


 Description  « Hide

Line 187 reads:

$this->_matches = arrray();

Should be:

$this->_matches = array();

in:

Zend/Search/Lucene/Search/Query/Preprocessing/Phrase.php



Satoru Yoshida added a comment - 13/May/09 07:45 PM

Solved in r15574