Fix MetadataFilter not testing filters after first
This commit is contained in:
parent
824f62d3bb
commit
a14432117a
@ -84,10 +84,6 @@ class MetadataFilter extends \FilterIterator implements \Countable
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($pregResult === 0) {
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
if ($pregResult) {
|
if ($pregResult) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user