@@ -392,7 +392,7 @@ |
||
392 | 392 | $path = str_replace(['//', '\\'], '/', $path); |
393 | 393 | |
394 | 394 | //Potentially open links and ../ type directories? |
395 | - return rtrim($path, '/') . ($asDirectory ? '/' : ''); |
|
395 | + return rtrim($path, '/').($asDirectory ? '/' : ''); |
|
396 | 396 | } |
397 | 397 | |
398 | 398 | /** |