]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/leavegroup.php
Fix RDFS namespace declaration.
[quix0rs-gnu-social.git] / actions / leavegroup.php
index eb30d0e505977ca8e226230e171468b6bf714551..215ccd9017516f90a421dd6fe623a414709cf00b 100644 (file)
@@ -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);
         }
     }
 }