mirror of
https://github.com/Deutscher-Tischfussballbund/com_sportsmanager.git
synced 2026-06-10 06:27:52 +00:00
Merge branch 'sportsmanager2-dev' into sportsmanager2-issue166
This commit is contained in:
@@ -10306,7 +10306,7 @@ function adminBegegnungenExportForm(): void
|
|||||||
$db = getDatabase();
|
$db = getDatabase();
|
||||||
$jInput = Factory::getContainer()->get(SiteApplication::class)->input;
|
$jInput = Factory::getContainer()->get(SiteApplication::class)->input;
|
||||||
|
|
||||||
$veranstaltungId = $jInput->get('veranstaltungid', 0, 'INT');
|
$veranstaltungId = $jInput->get('veranstaltungId', 0, 'INT');
|
||||||
$export = $jInput->get('export', '', 'RAW');
|
$export = $jInput->get('export', '', 'RAW');
|
||||||
|
|
||||||
if ($veranstaltungId == 0) die("Missing id!");
|
if ($veranstaltungId == 0) die("Missing id!");
|
||||||
|
|||||||
Reference in New Issue
Block a user