diff options
| author | 2016-10-01 19:36:01 +0200 | |
|---|---|---|
| committer | 2016-10-01 19:36:01 +0200 | |
| commit | c9fe77b186d048c4f8fa27f8e6292c22edd72f35 (patch) | |
| tree | 6166f7724cd80589d3cf5c9d01ade37c96ab1fd7 /lib | |
| parent | 243628b00f042503f6e9abbe7cd6c813f757d5cc (diff) | |
| parent | 4d8c63a51e9738f1600de895c1b747f2634f4078 (diff) | |
Merge pull request #1270 from Alkarex/Minz-url
Minz URL bug
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/Minz/Url.php | 2 |
1 files changed, 2 insertions, 0 deletions
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; |
