@@ -95,8 +95,8 @@ |
||
| 95 | 95 | } |
| 96 | 96 | // Convert paths like ../foo or ../../bar |
| 97 | 97 | if($this->isPathStartWithTwoPointSlash($path)) { |
| 98 | - $removeTwoPointSlash = new RemovePathWithPointPointSlash($this, $path); |
|
| 99 | - return $removeTwoPointSlash->compute(); |
|
| 98 | + $removeTwoPointSlash = new RemovePathWithPointPointSlash($this, $path); |
|
| 99 | + return $removeTwoPointSlash->compute(); |
|
| 100 | 100 | } |
| 101 | 101 | if (empty($path)) { |
| 102 | 102 | return $this->getPagePath(); |