summaryrefslogtreecommitdiff
path: root/actions/leavegroup.php
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@controlyourself.ca>2009-04-02 06:44:54 +0000
committerSarven Capadisli <csarven@controlyourself.ca>2009-04-02 06:44:54 +0000
commit798984381f9ee40681d1feb4a7bef72460fe39f2 (patch)
tree8bcf6b27a9efe7f53a2b1e5fd23d7f4f2789bc51 /actions/leavegroup.php
parent928d3bd68c62d2e35594fb4196216e1f9fd363a2 (diff)
parent36f73bffbc717d895370e905070c310062127529 (diff)
Merge branch '0.7.x' into 0.8.x
Diffstat (limited to 'actions/leavegroup.php')
-rw-r--r--actions/leavegroup.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/actions/leavegroup.php b/actions/leavegroup.php
index eb30d0e50..215ccd901 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);
}
}
}