X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=actions%2Fjoingroup.php;h=a5d82ddc7780e3afeda2f38f9c16030773931fd1;hb=b4e649fe906a793cd5e62d6390065ea5d41c40db;hp=eeea4a37bfb1ed9b0233c8f74f8362aad24d94fe;hpb=f8d13817174a63dc8452ed60a00b7d336633fa88;p=quix0rs-gnu-social.git diff --git a/actions/joingroup.php b/actions/joingroup.php index eeea4a37bf..a5d82ddc77 100644 --- a/actions/joingroup.php +++ b/actions/joingroup.php @@ -143,7 +143,8 @@ class JoingroupAction extends Action $this->elementEnd('html'); } else { common_redirect(common_local_url('groupmembers', array('nickname' => - $this->group->nickname))); + $this->group->nickname)), + 303); } } } \ No newline at end of file