aboutsummaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2016-08-20 12:22:56 +0200
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2016-08-20 12:22:56 +0200
commit2af3abc89e56af75c38caf5e8071b3cd09bedba8 (patch)
treedc7e1cb7a31c039ec451d7788ae9d73bc336a6ee /app/views
parente315192c4b3df89dddb1ac37c6c7a01531d7952f (diff)
parentf9359cd406bafdbb1ffaa8bad8a5810a02efc820 (diff)
Merge branch 'FreshRSS/dev' into PostgreSQL
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,
)
);
?>