Fix MetadataFilter not testing filters after first
This commit is contained in:
parent
652358a4de
commit
87e9879edd
1 changed files with 0 additions and 4 deletions
|
@ -84,10 +84,6 @@ class MetadataFilter extends \FilterIterator implements \Countable
|
|||
);
|
||||
}
|
||||
|
||||
if ($pregResult === 0) {
|
||||
return false;
|
||||
}
|
||||
|
||||
if ($pregResult) {
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue