From fea9f4089ca47ecd174beba57dffe14505e32cfd Mon Sep 17 00:00:00 2001 From: Marvin Flock Date: Wed, 9 Apr 2025 15:48:31 +0200 Subject: [PATCH] fix: remove tick --- src/structure/components/com_sportsmanager/tools.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/structure/components/com_sportsmanager/tools.php b/src/structure/components/com_sportsmanager/tools.php index 07ac5a9..59992be 100644 --- a/src/structure/components/com_sportsmanager/tools.php +++ b/src/structure/components/com_sportsmanager/tools.php @@ -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();