Fix warning in matches management for started matches

This commit is contained in:
2023-08-20 12:16:39 +02:00
parent 30489c0cfb
commit 2153dadf7b

View File

@@ -594,7 +594,7 @@ class matches_module
} }
else else
{ {
$status_options = '<option value="' . $row['status'] . '" selected="selected">' . $row['status'] . '</option>'; $status_options = '<option value="' . $match_row['status'] . '" selected="selected">' . $match_row['status'] . '</option>';
} }
// Grab for teams for selection // Grab for teams for selection
if ($ko_league) if ($ko_league)