diff options
| author | 2025-12-13 11:38:33 +0100 | |
|---|---|---|
| committer | 2025-12-13 11:38:33 +0100 | |
| commit | 4b6127ee04229ac64d74076933e800601df884c0 (patch) | |
| tree | 1e2d61e2881bf6d1c2377ea0c9f6979b10166279 /lib/Minz/Request.php | |
| parent | a8a544a2a205b42d2009b5c52d8939e8bc36263c (diff) | |
New links in transitions and jump to next transition (#8294)
Easier to explain graphically:
<img width="408" height="266" alt="image" src="https://github.com/user-attachments/assets/0e3724a1-155b-4a87-89b3-cfe8a18cb100" />
The jump to next section ⏭ works when the sorting criterion is a date.
Need https://github.com/FreshRSS/FreshRSS/pull/8293
Diffstat (limited to 'lib/Minz/Request.php')
| -rw-r--r-- | lib/Minz/Request.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Minz/Request.php b/lib/Minz/Request.php index 0e8dc28d0..8667c6442 100644 --- a/lib/Minz/Request.php +++ b/lib/Minz/Request.php @@ -214,6 +214,7 @@ class Minz_Request { if (null !== $extraParams) { $currentRequest['params'] = array_merge($currentRequest['params'], $extraParams); } + unset($currentRequest['params']['rid']); return $currentRequest; } |
