From 4d8c63a51e9738f1600de895c1b747f2634f4078 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Fri, 30 Sep 2016 09:22:51 +0200 Subject: Minz URL bug More general fix for https://github.com/FreshRSS/FreshRSS/pull/1269 --- lib/Minz/Url.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib') diff --git a/lib/Minz/Url.php b/lib/Minz/Url.php index c7c67123e..99c0443c1 100644 --- a/lib/Minz/Url.php +++ b/lib/Minz/Url.php @@ -78,6 +78,8 @@ class Minz_Url { } if (isset($url['params'])) { + unset($url['params']['c']); + unset($url['params']['a']); foreach ($url['params'] as $key => $param) { $uri .= $separator . urlencode($key) . '=' . urlencode($param); $separator = $and; -- cgit v1.2.3