diff options
| author | 2013-12-27 22:45:26 +0100 | |
|---|---|---|
| committer | 2013-12-27 22:45:26 +0100 | |
| commit | 33e200dc04b21e24e7b6e277ad1fe1b361411fbe (patch) | |
| tree | 93e867417680223d54aae8c05ba9d038281606a6 /app/Controllers/entryController.php | |
| parent | 9f52ab97cb947944546917623d8fe0999d8bda9b (diff) | |
Redirection correcte vers nouvelle vue archivage
Diffstat (limited to 'app/Controllers/entryController.php')
| -rwxr-xr-x | app/Controllers/entryController.php | 4 |
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); } } |
