X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fjoingroup.php;h=4c45ca8b9ddee3137c61d0564ffc89dc255cc802;hb=15686cdf56bbb6eb39f80422579c273e8ae5ffad;hp=7beaf4f64ac22abb393d69a9f7b42359bcfe5056;hpb=47f31bce47b182aa55c02c7872d7e473d3ab10f2;p=quix0rs-gnu-social.git diff --git a/actions/joingroup.php b/actions/joingroup.php index 7beaf4f64a..4c45ca8b9d 100644 --- a/actions/joingroup.php +++ b/actions/joingroup.php @@ -138,6 +138,7 @@ class JoingroupAction extends Action // TRANS: %1$s is the joining user's nickname, $2$s is the group nickname for which the join failed. $this->serverError(sprintf(_('Could not join user %1$s to group %2$s.'), $cur->nickname, $this->group->nickname)); + return; } if ($this->boolean('ajax')) {