فهرست منبع

Redirection correcte vers nouvelle vue archivage

Alexandre Alapetite 12 سال پیش
والد
کامیت
33e200dc04
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  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);
 	}
 }