diff options
Diffstat (limited to 'actions/newgroup.php')
-rw-r--r-- | actions/newgroup.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/newgroup.php b/actions/newgroup.php index cbd8dfeec..67cd6b2f1 100644 --- a/actions/newgroup.php +++ b/actions/newgroup.php @@ -193,7 +193,7 @@ class NewgroupAction extends Action $group->query('COMMIT'); - common_redirect($group->homeUrl(), 307); + common_redirect($group->homeUrl(), 303); } function nicknameExists($nickname) |