diff options
| author | 2013-12-03 23:02:55 +0100 | |
|---|---|---|
| committer | 2013-12-03 23:02:55 +0100 | |
| commit | de923b57f44930e424acc7b1a8364365ca15fd84 (patch) | |
| tree | 13f0910ad4be24c316571a159c75f5e1725975f0 /app/controllers/entryController.php | |
| parent | 018273e2720c481c699ecc5cca1cdc90599921f7 (diff) | |
Amélioration marquage favoris
https://github.com/marienfressinaud/FreshRSS/issues/270
Diffstat (limited to 'app/controllers/entryController.php')
| -rwxr-xr-x | app/controllers/entryController.php | 4 |
1 files changed, 3 insertions, 1 deletions
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 ( |
