8
This commit is contained in:
parent
327097df32
commit
63b9e49004
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
||||
?>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue