diff --git a/actions/newgroup.php b/actions/newgroup.php index cf3125fd87..8e02adaba1 100644 --- a/actions/newgroup.php +++ b/actions/newgroup.php @@ -125,6 +125,7 @@ class NewgroupAction extends Action $nickname = Nickname::normalize($this->trimmed('newnickname')); } catch (NicknameException $e) { $this->showForm($e->getMessage()); + return; } $fullname = $this->trimmed('fullname'); $homepage = $this->trimmed('homepage');