@@ -107,7 +107,7 @@ |
||
107 | 107 | $target = $this->uri->getPath(); |
108 | 108 | |
109 | 109 | if ($this->uri->getQuery()) { |
110 | - $target .= '?' . $this->uri->getQuery(); |
|
110 | + $target .= '?'.$this->uri->getQuery(); |
|
111 | 111 | } |
112 | 112 | |
113 | 113 | if (empty($target)) { |