@@ -269,9 +269,9 @@ |
||
269 | 269 | $fragment = $this->url['fragment']; |
270 | 270 | |
271 | 271 | return $this->createUriString(($scheme !== '') ? $scheme.'://' : '', |
272 | - $this->getAuthority(), |
|
273 | - $this->getPath(), |
|
274 | - ($query !== '') ? '?'.$query : '', |
|
275 | - ($fragment !== '') ? '#'.$fragment : ''); |
|
272 | + $this->getAuthority(), |
|
273 | + $this->getPath(), |
|
274 | + ($query !== '') ? '?'.$query : '', |
|
275 | + ($fragment !== '') ? '#'.$fragment : ''); |
|
276 | 276 | } |
277 | 277 | } |