Update src/structure/components/com_sportsmanager/sportsmanager.php

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
jmeyer26
2026-02-13 08:49:51 +01:00
committed by GitHub
parent eacb0dc165
commit 112511aa12
@@ -4297,7 +4297,7 @@ function verbandsorganeDetails($uebergabe_id = 0): void
$jInput = $app->input; $jInput = $app->input;
global $params; global $params;
$jInput = Factory::getContainer()->get(SiteApplication::class)->input;
$user_id = isExternalDatabase() ? 0 : (isJson() ? getUserID() : $app->getIdentity()->id); $user_id = isExternalDatabase() ? 0 : (isJson() ? getUserID() : $app->getIdentity()->id);
if ($user_id > 0) if ($user_id > 0)