Zend Framework

Typo in file arrray (should be array)

Details

  • Type: Bug Bug
  • Status: Resolved Resolved
  • Priority: Major 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

Activity

Hide
Satoru Yoshida added a comment -

Solved in r15574

Show
Satoru Yoshida added a comment - Solved in r15574

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: