Browse Source

Amélioration marquage favoris

https://github.com/marienfressinaud/FreshRSS/issues/270
Alexandre Alapetite 12 years ago
parent
commit
de923b57f4
1 changed files with 3 additions and 1 deletions
  1. 3 1
      app/controllers/entryController.php

+ 3 - 1
app/controllers/entryController.php

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