diff options
| author | 2014-03-30 15:42:32 +0200 | |
|---|---|---|
| committer | 2014-03-30 15:42:32 +0200 | |
| commit | 27b678203b2a9034312fcb5a0c3f923caa26901f (patch) | |
| tree | cd36b414a4ed5718d011c1395fd386097fc18cbe /lib | |
| parent | 51a70ede0299c7ec44431d0fe86616d8c427144e (diff) | |
Minz_Url separator is "?" instead of "/?"
See https://github.com/marienfressinaud/FreshRSS/pull/426
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/Minz/Url.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Minz/Url.php b/lib/Minz/Url.php index af48f00f5..e9f9a69ba 100644 --- a/lib/Minz/Url.php +++ b/lib/Minz/Url.php @@ -54,7 +54,7 @@ class Minz_Url { */ private static function printUri ($url, $encodage) { $uri = ''; - $separator = '/?'; + $separator = '?'; if($encodage == 'html') { $and = '&'; |
