@@ -76,7 +76,7 @@ |
||
76 | 76 | { |
77 | 77 | $this->initialize(); |
78 | 78 | return sprintf('%s%s', $this->path, $this->query->getQuery() |
79 | - ? '?' . $this->query->getQuery() |
|
79 | + ? '?'.$this->query->getQuery() |
|
80 | 80 | : ''); |
81 | 81 | } |
82 | 82 |