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();