소스 검색

Amélioration marquage favoris

https://github.com/marienfressinaud/FreshRSS/issues/270
Alexandre Alapetite 12 년 전
부모
커밋
de923b57f4
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      app/controllers/entryController.php

+ 3 - 1
app/controllers/entryController.php

@@ -61,7 +61,9 @@ class entryController extends ActionController {
 						$entryDAO->markReadEntries ($idMax);
 						break;
 				}
-				$this->params = array ('get' => $nextGet);
+				if ($nextGet !== 'a') {
+					$this->params = array ('get' => $nextGet);
+				}
 			}
 
 			$notif = array (