Explorar el Código

Rätt resultat

Axel Nordh hace 4 años
padre
commit
bb600f31c1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;