Completed
Push — master ( a11004...3b70da )
by Tomáš
06:04
created
src/Webcook/Cms/CoreBundle/Entity/Page.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -182,7 +182,7 @@
 block discarded – undo
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
     }
Please login to merge, or discard this patch.