aboutsummaryrefslogtreecommitdiff
path: root/app/controllers/entryController.php
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2013-12-03 23:02:55 +0100
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2013-12-03 23:02:55 +0100
commitde923b57f44930e424acc7b1a8364365ca15fd84 (patch)
tree13f0910ad4be24c316571a159c75f5e1725975f0 /app/controllers/entryController.php
parent018273e2720c481c699ecc5cca1cdc90599921f7 (diff)
Amélioration marquage favoris
https://github.com/marienfressinaud/FreshRSS/issues/270
Diffstat (limited to 'app/controllers/entryController.php')
-rwxr-xr-xapp/controllers/entryController.php4
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 (