소스 검색

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);
 	}
 }