From de923b57f44930e424acc7b1a8364365ca15fd84 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Tue, 3 Dec 2013 23:02:55 +0100 Subject: Amélioration marquage favoris MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://github.com/marienfressinaud/FreshRSS/issues/270 --- app/controllers/entryController.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'app/controllers/entryController.php') diff --git a/app/controllers/entryController.php b/app/controllers/entryController.php index d3159c4c3..1749e9867 100755 --- a/app/controllers/entryController.php +++ b/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 ( -- cgit v1.2.3