aboutsummaryrefslogtreecommitdiff
path: root/app/layout
diff options
context:
space:
mode:
authorGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2014-10-22 19:19:15 +0200
committerGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2014-10-22 19:19:15 +0200
commit1fe5ed5d210334a051c48442fad29a14e8aee155 (patch)
tree985b9b3d364f8e6443434826d363f62c7ebcc0e7 /app/layout
parent8a6ad05ebacb6bf6c0f6afd0afe54a29a0a18ee9 (diff)
nextGet and idMax are coming back.
See https://github.com/marienfressinaud/FreshRSS/issues/634
Diffstat (limited to 'app/layout')
-rw-r--r--app/layout/nav_menu.phtml5
1 files changed, 2 insertions, 3 deletions
diff --git a/app/layout/nav_menu.phtml b/app/layout/nav_menu.phtml
index 440e4d0b6..2c9f8724d 100644
--- a/app/layout/nav_menu.phtml
+++ b/app/layout/nav_menu.phtml
@@ -61,7 +61,6 @@
<?php
$get = FreshRSS_Context::currentGet();
- $next_step = FreshRSS_Context::nextStep();
$string_mark = _t('mark_all_read');
if ($get[0] == 'f') {
$string_mark = _t('mark_feed_read');
@@ -74,8 +73,8 @@
'a' => 'read',
'params' => array(
'get' => $get,
- 'nextGet' => $next_step['get'],
- 'idMax' => $next_step['idMax']
+ 'nextGet' => FreshRSS_Context::$next_get,
+ 'idMax' => FreshRSS_Context::$id_max,
)
);
?>