Rapsys Git
/
userbundle
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c087e23
)
Cleanup
author
Raphaël Gertz
<git@rapsys.eu>
Thu, 31 Oct 2024 06:02:46 +0000
(07:02 +0100)
committer
Raphaël Gertz
<git@rapsys.eu>
Thu, 31 Oct 2024 06:02:46 +0000
(07:02 +0100)
Controller/UserController.php
patch
|
blob
|
history
diff --git
a/Controller/UserController.php
b/Controller/UserController.php
index 4751dc48490d9fa949faa0d41fb407c31dfc7fa3..f72a4ee2bda1731c75e7b0d68fbb04331685a258 100644
(file)
--- 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));
}
}