mirror of
https://github.com/Deutscher-Tischfussballbund/com_sportsmanager.git
synced 2026-06-10 06:27:52 +00:00
Update src/structure/components/com_sportsmanager/sportsmanager.php
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user