From 20eba951f7e6d55c95b7f4f1eef6790a3586830b Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Tue, 17 May 2022 22:46:08 +0200 Subject: [PATCH] Fix bug in user query 4360 (#4371) Fix bug when taking advantage of https://github.com/FreshRSS/FreshRSS/pull/4360 At one place, the raw URL parameter was accessed instead of being reconstructed --- app/layout/nav_menu.phtml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/app/layout/nav_menu.phtml b/app/layout/nav_menu.phtml index 77bda8e27..3fd6f9e0e 100644 --- a/app/layout/nav_menu.phtml +++ b/app/layout/nav_menu.phtml @@ -39,9 +39,12 @@ - queries as $query) { ?> + queries as $raw_query) { + $query = new FreshRSS_UserQuery($raw_query); + ?>
  • - + getName() ?>