diff options
Diffstat (limited to 'app/Controllers/feedController.php')
| -rw-r--r-- | app/Controllers/feedController.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Controllers/feedController.php b/app/Controllers/feedController.php index 10719fb9e..63042ad1e 100644 --- a/app/Controllers/feedController.php +++ b/app/Controllers/feedController.php @@ -800,7 +800,7 @@ class FreshRSS_feed_Controller extends FreshRSS_ActionController { break; default: $redirect_url = Minz_Request::paramString('r', true); - if ($redirect_url !== '') { + if ($redirect_url == '') { $redirect_url = array('c' => 'subscription', 'a' => 'index'); } if (!Minz_Request::isPost()) { |
