diff options
author | Sarven Capadisli <csarven@controlyourself.ca> | 2009-04-02 06:44:54 +0000 |
---|---|---|
committer | Sarven Capadisli <csarven@controlyourself.ca> | 2009-04-02 06:44:54 +0000 |
commit | 798984381f9ee40681d1feb4a7bef72460fe39f2 (patch) | |
tree | 8bcf6b27a9efe7f53a2b1e5fd23d7f4f2789bc51 /actions/remotesubscribe.php | |
parent | 928d3bd68c62d2e35594fb4196216e1f9fd363a2 (diff) | |
parent | 36f73bffbc717d895370e905070c310062127529 (diff) |
Merge branch '0.7.x' into 0.8.x
Diffstat (limited to 'actions/remotesubscribe.php')
-rw-r--r-- | actions/remotesubscribe.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/actions/remotesubscribe.php b/actions/remotesubscribe.php index af130f425..2e721a38b 100644 --- a/actions/remotesubscribe.php +++ b/actions/remotesubscribe.php @@ -99,7 +99,7 @@ class RemotesubscribeAction extends Action $this->elementStart('fieldset'); $this->element('legend', 'Subscribe to a remote user'); $this->hidden('token', common_session_token()); - + $this->elementStart('ul', 'form_data'); $this->elementStart('li'); $this->input('nickname', _('User nickname'), $this->nickname, @@ -407,7 +407,7 @@ class RemotesubscribeAction extends Action # Redirect to authorization service - common_redirect($req->to_url()); + common_redirect($req->to_url(), 303); return; } } |