diff options
| author | 2025-09-17 14:03:00 +0200 | |
|---|---|---|
| committer | 2025-09-17 14:03:00 +0200 | |
| commit | b5ee1d8936f64178b88eb289babafa020c24085d (patch) | |
| tree | 8d61af085b79ced43a10ce94f463fe7167cea7cd /app/layout | |
| parent | 25250f46b4f110e9c9a1a1f4366889c3701bca18 (diff) | |
Keep sort and order after marking as read (#7974)
fix https://github.com/FreshRSS/FreshRSS/issues/7867
Diffstat (limited to 'app/layout')
| -rw-r--r-- | app/layout/nav_menu.phtml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/layout/nav_menu.phtml b/app/layout/nav_menu.phtml index 0128360b8..11efa5763 100644 --- a/app/layout/nav_menu.phtml +++ b/app/layout/nav_menu.phtml @@ -121,6 +121,8 @@ 'idMax' => FreshRSS_Context::$id_max, 'search' => htmlspecialchars_decode(FreshRSS_Context::$search->getRawInput(), ENT_QUOTES), 'state' => FreshRSS_Context::$state, + 'sort' => FreshRSS_Context::$sort, + 'order' => FreshRSS_Context::$order, ], ]; |
