summaryrefslogtreecommitdiff
path: root/app/controllers/feedController.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers/feedController.php')
-rwxr-xr-xapp/controllers/feedController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/feedController.php b/app/controllers/feedController.php
index 0c0528202..1450ce69e 100755
--- a/app/controllers/feedController.php
+++ b/app/controllers/feedController.php
@@ -156,7 +156,7 @@ class feedController extends ActionController {
$feedDAO = new FeedDAO ();
$feedDAO->deleteFeed ($id);
- Request::forward (array ('c' => 'configure', 'a' => 'flux'));
+ Request::forward (array ('c' => 'configure', 'a' => 'feed'), true);
}
}
}