Skip to content

Commit

Permalink
Merge pull request #644 from albig/3.2.x-fix-638
Browse files Browse the repository at this point in the history
Merge pull request #642 from albig/fix-638
  • Loading branch information
Alexander Bigga authored Aug 6, 2021
2 parents 65b53f3 + 6f93e82 commit c29947b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/Plugin/OaiPmh.php
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ protected function resume()

$allResults = $result->fetchAll();

if (count($allResults) > 1) {
if (count($allResults) < 1) {
// No resumption token found or resumption token expired.
return $this->error('badResumptionToken');
}
Expand Down

0 comments on commit c29947b

Please sign in to comment.