diff --git a/src/structure/components/com_sportsmanager/admin.php b/src/structure/components/com_sportsmanager/admin.php index ca8e910..cab859e 100644 --- a/src/structure/components/com_sportsmanager/admin.php +++ b/src/structure/components/com_sportsmanager/admin.php @@ -10306,7 +10306,7 @@ function adminBegegnungenExportForm(): void $db = getDatabase(); $jInput = Factory::getContainer()->get(SiteApplication::class)->input; - $veranstaltungId = $jInput->get('veranstaltungid', 0, 'INT'); + $veranstaltungId = $jInput->get('veranstaltungId', 0, 'INT'); $export = $jInput->get('export', '', 'RAW'); if ($veranstaltungId == 0) die("Missing id!");