Skip to content
This repository has been archived by the owner on Aug 20, 2021. It is now read-only.

Commit

Permalink
fix fetchHidden only returning 1 mission
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcroox authored Nov 10, 2018
1 parent 1b05400 commit ac92ae0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/inc/classes/Replays.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public function fetchHidden($daysOlderThan = 60) {

$query->execute();

return $query->fetch();
return $query->fetchAll();
}

public function updateMeta() {
Expand Down

0 comments on commit ac92ae0

Please sign in to comment.