summaryrefslogtreecommitdiff
path: root/actions/unblock.php
diff options
context:
space:
mode:
authorJeffery To <jeffery.to@gmail.com>2009-06-24 01:08:44 +0800
committerJeffery To <jeffery.to@gmail.com>2009-06-24 01:08:44 +0800
commit3e60160f07f32d109b545db6b73be344b9180de8 (patch)
tree978f66cfb5f25eda6a01e8d3beaf9921d20e28e1 /actions/unblock.php
parent43680ed0c2cf83448d755fa1edff42711d06a82c (diff)
parenteb40fbc17ad1efb0a4c51ee00b1e9408d2af382f (diff)
Merge branch '0.8.x' into group-rss-empty
Diffstat (limited to 'actions/unblock.php')
-rw-r--r--actions/unblock.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/actions/unblock.php b/actions/unblock.php
index 8573b2a87..05d57c60d 100644
--- a/actions/unblock.php
+++ b/actions/unblock.php
@@ -12,7 +12,7 @@
* @link http://laconi.ca/
*
* Laconica - a distributed open-source microblogging tool
- * Copyright (C) 2008, Controlez-Vous, Inc.
+ * Copyright (C) 2008, 2009, Control Yourself, Inc.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -118,7 +118,7 @@ class UnblockAction extends Action
if ($action) {
common_redirect(common_local_url($action, $args), 303);
} else {
- common_redirect(common_local_url('subscriptions',
+ common_redirect(common_local_url('subscribers',
array('nickname' => $cur->nickname)),
303);
}