Skip to content
Snippets Groups Projects
Commit af2cd6f5 authored by Björn Schießle's avatar Björn Schießle
Browse files

always return normalized path

parent 3043dbfb
Branches
No related tags found
No related merge requests found
......@@ -1193,7 +1193,7 @@ class Util {
return array(
$fileOwnerUid,
$filename
\OC_Filesystem::normalizePath($filename)
);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment