@@ -101,8 +101,8 @@ |
||
101 | 101 | } |
102 | 102 | // Convert paths like ../foo or ../../bar |
103 | 103 | if(substr($path, 0, 3) == '../') { |
104 | - $removeTwoPointSlash = new RemovePathWithPointPointSlash($this, $path); |
|
105 | - return $removeTwoPointSlash->compute(); |
|
104 | + $removeTwoPointSlash = new RemovePathWithPointPointSlash($this, $path); |
|
105 | + return $removeTwoPointSlash->compute(); |
|
106 | 106 | } |
107 | 107 | if (empty($path)) { |
108 | 108 | return $this->getPagePath(); |