diff options
| author | 2016-08-18 23:14:06 +0200 | |
|---|---|---|
| committer | 2016-08-18 23:14:06 +0200 | |
| commit | cae6f9230581e2c07c64f2bbb8d164eb2e2030ee (patch) | |
| tree | 4a06cba19e0670106aca1862afac7efbd5791f28 /app/views | |
| parent | ca8d49c3777c3a1134616561d34d00c7e536336f (diff) | |
| parent | 4271e437c1fbe1a45d43bec33994f7a8dd31732e (diff) | |
Merge branch 'dev' of https://github.com/FreshRSS/FreshRSS into FreshRSS/dev
Diffstat (limited to 'app/views')
| -rwxr-xr-x | app/views/helpers/pagination.phtml | 2 |
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, ) ); ?> |
