always return normalized path

This commit is contained in:
Björn Schießle 2013-06-25 16:41:24 +02:00
parent 3043dbfb95
commit af2cd6f541
1 changed files with 1 additions and 1 deletions

View File

@ -1193,7 +1193,7 @@ class Util {
return array(
$fileOwnerUid,
$filename
\OC_Filesystem::normalizePath($filename)
);
}