Browse Source

Redirection correcte vers nouvelle vue archivage

Alexandre Alapetite 12 years ago
parent
commit
33e200dc04
1 changed files with 2 additions and 2 deletions
  1. 2 2
      app/Controllers/entryController.php

+ 2 - 2
app/Controllers/entryController.php

@@ -106,7 +106,7 @@ class FreshRSS_entry_Controller extends Minz_ActionController {
 
 
 		Minz_Request::forward(array(
 		Minz_Request::forward(array(
 			'c' => 'configure',
 			'c' => 'configure',
-			'a' => 'display'
+			'a' => 'archiving'
 		), true);
 		), true);
 	}
 	}
 
 
@@ -147,7 +147,7 @@ class FreshRSS_entry_Controller extends Minz_ActionController {
 
 
 		Minz_Request::forward(array(
 		Minz_Request::forward(array(
 			'c' => 'configure',
 			'c' => 'configure',
-			'a' => 'display'
+			'a' => 'archiving'
 		), true);
 		), true);
 	}
 	}
 }
 }