mirror of
https://github.com/Deutscher-Tischfussballbund/com_sportsmanager.git
synced 2026-06-10 06:27:52 +00:00
fix: remove tick
This commit is contained in:
@@ -42,7 +42,7 @@ class MathParserSM extends MathParser
|
||||
}
|
||||
if (!$login || Factory::getContainer()->get(SiteApplication::class)->getIdentity()->id) {
|
||||
Log::add('Unauthorized user with id ' . Factory::getContainer()->get(SiteApplication::class)->getIdentity()->id, Log::WARNING, 'com_sportsmanager');
|
||||
throw new RuntimeException('´Not authorized!', 401);
|
||||
throw new RuntimeException('Not authorized!', 401);
|
||||
}
|
||||
$version = new Version();
|
||||
$joomla = $version->getShortVersion();
|
||||
|
||||
Reference in New Issue
Block a user