From 2153dadf7b27de9ae41a11e7015e8b0a546b0e0b Mon Sep 17 00:00:00 2001 From: Julian Arndt Date: Sun, 20 Aug 2023 12:16:39 +0200 Subject: [PATCH] Fix warning in matches management for started matches --- acp/matches_module.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acp/matches_module.php b/acp/matches_module.php index 54f29ec..2484b0f 100644 --- a/acp/matches_module.php +++ b/acp/matches_module.php @@ -594,7 +594,7 @@ class matches_module } else { - $status_options = ''; + $status_options = ''; } // Grab for teams for selection if ($ko_league)