|
|
@@ -7,7 +7,7 @@ $countryId = $_POST['countrySelector'];
|
|
|
$leagueId = $_POST['leagueSelector'];
|
|
|
|
|
|
$matches = $conn->getMatches($countryId, $leagueId);
|
|
|
-$leagueInfo = $conn->getLeagueInfo($leagueId);
|
|
|
+$leagueInfo = $conn->getLeagueInfo($leagueId)[0];
|
|
|
|
|
|
?>
|
|
|
<head>
|