aboutsummaryrefslogtreecommitdiff
path: root/app/Controllers/entryController.php
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2013-12-27 22:45:26 +0100
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2013-12-27 22:45:26 +0100
commit33e200dc04b21e24e7b6e277ad1fe1b361411fbe (patch)
tree93e867417680223d54aae8c05ba9d038281606a6 /app/Controllers/entryController.php
parent9f52ab97cb947944546917623d8fe0999d8bda9b (diff)
Redirection correcte vers nouvelle vue archivage
Diffstat (limited to 'app/Controllers/entryController.php')
-rwxr-xr-xapp/Controllers/entryController.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Controllers/entryController.php b/app/Controllers/entryController.php
index 26f3422ca..9b5081894 100755
--- a/app/Controllers/entryController.php
+++ b/app/Controllers/entryController.php
@@ -106,7 +106,7 @@ class FreshRSS_entry_Controller extends Minz_ActionController {
Minz_Request::forward(array(
'c' => 'configure',
- 'a' => 'display'
+ 'a' => 'archiving'
), true);
}
@@ -147,7 +147,7 @@ class FreshRSS_entry_Controller extends Minz_ActionController {
Minz_Request::forward(array(
'c' => 'configure',
- 'a' => 'display'
+ 'a' => 'archiving'
), true);
}
}