Browse Source

Redirection correcte vers nouvelle vue archivage

Alexandre Alapetite 12 năm trước cách đây
mục cha
commit
33e200dc04
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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(
 			'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);
 	}
 }