Browse Source

Rätt resultat

Axel Nordh 4 năm trước cách đây
mục cha
commit
bb600f31c1
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      OddsJavaFx/src/web/matchTable.php

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

@@ -69,7 +69,7 @@ $betMarginAway = 1 + ($leagueInfo['betMarginAway'] / 100);
 
 <?php 
 
-$betStats = $conn->getBettingStats($leagueId);
+$betStats = $conn->getBettingStats($leagueId)[0];
 
 $wins = 0;
 $losses = 0;