X-Git-Url: https://git.rapsys.eu/userbundle/blobdiff_plain/e22260cc9dea13f115a82d99515788664552d147..b303dcc7dbce3020c49aaa823ac60e4e90ad062e:/Controller/UserController.php 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)); } }