import v1.1.0_beta1 | 2009-08-21
This commit is contained in:
@ -69,7 +69,7 @@ abstract class Zend_Search_Lucene_Analysis_Analyzer_Common extends Zend_Search_L
|
||||
$token = $filter->normalize($token);
|
||||
|
||||
// resulting token can be null if the filter removes it
|
||||
if (is_null($token)) {
|
||||
if ($token === null) {
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user