aboutsummaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2016-08-18 00:00:08 +0200
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2016-08-18 00:00:08 +0200
commit32c734ef622f4ed83d212d3eb1d15d83d406bd86 (patch)
treecde0d769670fad9820a51ffbef1090c79303be43 /app/views
parentaef1d2a774599b46bb98238f0acdff5287b1ad8e (diff)
SQL mark search as read
https://github.com/FreshRSS/FreshRSS/issues/608
Diffstat (limited to 'app/views')
-rwxr-xr-xapp/views/helpers/pagination.phtml2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/helpers/pagination.phtml b/app/views/helpers/pagination.phtml
index 23c45114d..20957fc67 100755
--- a/app/views/helpers/pagination.phtml
+++ b/app/views/helpers/pagination.phtml
@@ -10,6 +10,8 @@
'get' => FreshRSS_Context::currentGet(),
'nextGet' => FreshRSS_Context::$next_get,
'idMax' => FreshRSS_Context::$id_max,
+ 'search' => FreshRSS_Context::$search,
+ 'state' => FreshRSS_Context::$state,
)
);
?>