@@ -182,7 +182,7 @@ |
||
182 | 182 | |
183 | 183 | public function getPath() |
184 | 184 | { |
185 | - $path = (!$this->getLanguage()->isDefault() ? $this->getLanguage()->getLocale() : '') . $this->getSlug(); |
|
185 | + $path = (!$this->getLanguage()->isDefault() ? $this->getLanguage()->getLocale() : '').$this->getSlug(); |
|
186 | 186 | |
187 | 187 | return str_replace($this->getRoot()->getSlug(), '', $path); |
188 | 188 | } |