Skip to content

Commit

Permalink
typo in array function
Browse files Browse the repository at this point in the history
  • Loading branch information
matteosister committed Nov 28, 2011
1 parent d4d91a4 commit dfffbf4
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -184,7 +184,7 @@ public function rewrite(Zend_Search_Lucene_Interface $index)
$tokens = Zend_Search_Lucene_Analysis_Analyzer::getDefault()->tokenize($this->_phrase, $this->_phraseEncoding);

if (count($tokens) == 0) {
$this->_matches = arrray();
$this->_matches = array();
return new Zend_Search_Lucene_Search_Query_Insignificant();
}

Expand Down

0 comments on commit dfffbf4

Please sign in to comment.