Axel Nordh 4 년 전
부모
커밋
0c61731f6b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      OddsJavaFx/src/web/matchTable.php

+ 1 - 1
OddsJavaFx/src/web/matchTable.php

@@ -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>