[FIX] Uninitialized var in roundstats class
This commit is contained in:
parent
dd80fdcc1a
commit
e0c2a19542
@ -112,6 +112,7 @@ class RoundStats extends Base {
|
||||
ORDER BY valid DESC
|
||||
");
|
||||
if ($this->checkStmt($stmt) && $stmt->bind_param('i', $iHeight) && $stmt->execute() && $result = $stmt->get_result()) {
|
||||
$aData = null;
|
||||
while ($row = $result->fetch_assoc()) {
|
||||
$aData[$row['id']] = $row;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user