From 35e4301f462bb79099427f7669d22081ad860d8b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Gertz?= Date: Thu, 31 Oct 2024 07:02:46 +0100 Subject: [PATCH] Cleanup --- Controller/UserController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Controller/UserController.php b/Controller/UserController.php index 4751dc4..f72a4ee 100644 --- a/Controller/UserController.php +++ b/Controller/UserController.php @@ -638,7 +638,7 @@ class UserController extends AbstractController { } else { //Throw exception //XXX: consider missing group as fatal - throw new \Exception(sprintf('Group %s listed in %s.default.group[%d] not found by title', $groupTitle, RapsysUserBundle::getAlias(), $i)); + throw new \Exception(sprintf('Group %s listed in %s.default.group[%d] not found by title', $groupTitle, $this->alias, $i)); } } -- 2.41.1