summaryrefslogtreecommitdiff
path: root/app/Controllers/categoryController.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Controllers/categoryController.php')
-rw-r--r--app/Controllers/categoryController.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/app/Controllers/categoryController.php b/app/Controllers/categoryController.php
index 65fe631cc..2c99751a4 100644
--- a/app/Controllers/categoryController.php
+++ b/app/Controllers/categoryController.php
@@ -31,7 +31,7 @@ class FreshRSS_category_Controller extends Minz_ActionController {
*/
public function createAction() {
$catDAO = new FreshRSS_CategoryDAO();
- $url_redirect = array('c' => 'configure', 'a' => 'categorize');
+ $url_redirect = array('c' => 'subscription', 'a' => 'index');
if (Minz_Request::isPost()) {
invalidateHttpCache();
@@ -71,7 +71,7 @@ class FreshRSS_category_Controller extends Minz_ActionController {
*/
public function updateAction() {
$catDAO = new FreshRSS_CategoryDAO();
- $url_redirect = array('c' => 'configure', 'a' => 'categorize');
+ $url_redirect = array('c' => 'subscription', 'a' => 'index');
if (Minz_Request::isPost()) {
invalidateHttpCache();
@@ -113,7 +113,7 @@ class FreshRSS_category_Controller extends Minz_ActionController {
$feedDAO = FreshRSS_Factory::createFeedDao();
$catDAO = new FreshRSS_CategoryDAO();
$default_category = $catDAO->getDefault();
- $url_redirect = array('c' => 'configure', 'a' => 'categorize');
+ $url_redirect = array('c' => 'subscription', 'a' => 'index');
if (Minz_Request::isPost()) {
invalidateHttpCache();
@@ -150,7 +150,7 @@ class FreshRSS_category_Controller extends Minz_ActionController {
*/
public function emptyAction() {
$feedDAO = FreshRSS_Factory::createFeedDao();
- $url_redirect = array('c' => 'configure', 'a' => 'categorize');
+ $url_redirect = array('c' => 'subscription', 'a' => 'index');
if (Minz_Request::isPost()) {
invalidateHttpCache();