Merge pull request #167 from Deutscher-Tischfussballbund/sportsmanager2-issue164

Issue #164 - Fehler Export Spielberichte
This commit is contained in:
MarvinF
2025-09-02 23:15:54 +02:00
committed by GitHub
@@ -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!");