From db461d416ef1fc85d0f0b76c2b393edc6a5c0d4c Mon Sep 17 00:00:00 2001 From: Wiktor Date: Fri, 22 May 2026 22:08:01 +0200 Subject: [PATCH] test --- public_html/administration/fix_matches_schema.php | 1 + 1 file changed, 1 insertion(+) diff --git a/public_html/administration/fix_matches_schema.php b/public_html/administration/fix_matches_schema.php index 11e2956..68b070f 100644 --- a/public_html/administration/fix_matches_schema.php +++ b/public_html/administration/fix_matches_schema.php @@ -10,6 +10,7 @@ if (empty($_SESSION['logged_in']) || $_SESSION['logged_in'] !== true $pdo = og_session_get_pdo(); + $log = []; $done = false;