1
0
mirror of synced 2025-02-02 13:31:45 +03:00

Fix MetadataFilter not testing filters after first

This commit is contained in:
Guilliam Xavier 2016-06-25 18:16:00 +02:00 committed by Marco Pivetta
parent 824f62d3bb
commit a14432117a
No known key found for this signature in database
GPG Key ID: 4167D3337FD9D629

View File

@ -84,10 +84,6 @@ class MetadataFilter extends \FilterIterator implements \Countable
);
}
if ($pregResult === 0) {
return false;
}
if ($pregResult) {
return true;
}