This commit is contained in:
Thijs Stobbelaar 2023-10-04 08:55:40 +02:00
parent 98f57828be
commit 1660bddc0a

View file

@ -18,7 +18,7 @@ usort($allMatches, function($a, $b) {
});
// Get the last 5 matches
$lastMatches = array_slice($allMatches, 0, 7);
$lastMatches = array_slice($allMatches, 0, 8);
?>