Skip to content

Commit 1b6fd45

Browse files
author
bnu
committed
Merge branch 'develop'
2 parents 025690b + 7562f43 commit 1b6fd45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

classes/frontendfile/FrontEndFileHandler.class.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ function _normalizeFilePath($path)
347347
}
348348
elseif(!strncmp($path, '//', 2))
349349
{
350-
return $path;
350+
return preg_replace('#^//+#', '//', $path);
351351
}
352352

353353
$path = preg_replace('@/\./|(?<!:)\/\/@', '/', $path);

0 commit comments

Comments
 (0)