diff options
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 ( |
