X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fleavegroup.php;h=215ccd9017516f90a421dd6fe623a414709cf00b;hb=244149e0225970b76596b79758566ae5bb9fc806;hp=eb30d0e505977ca8e226230e171468b6bf714551;hpb=7d7d78b7f7a5065a866468c2e8b5bd536f56611a;p=quix0rs-gnu-social.git diff --git a/actions/leavegroup.php b/actions/leavegroup.php index eb30d0e505..215ccd9017 100644 --- a/actions/leavegroup.php +++ b/actions/leavegroup.php @@ -147,7 +147,8 @@ class LeavegroupAction extends Action $this->elementEnd('html'); } else { common_redirect(common_local_url('groupmembers', array('nickname' => - $this->group->nickname))); + $this->group->nickname)), + 303); } } }