From ad19b6bf2ec9e2974ff8382fabbd209ae1e4eab7 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Sat, 29 Jun 2019 20:47:38 +0200 Subject: Fix wrong mark-as-read maxId argument (#2431) Fix https://github.com/FreshRSS/FreshRSS/issues/2429 --- app/layout/nav_menu.phtml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'app/layout') diff --git a/app/layout/nav_menu.phtml b/app/layout/nav_menu.phtml index 4d860a54c..af7267bac 100644 --- a/app/layout/nav_menu.phtml +++ b/app/layout/nav_menu.phtml @@ -1,4 +1,11 @@ - +callbackBeforePagination)) { + call_user_func($this->callbackBeforePagination, $this); + } +?>