mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
always return normalized path
This commit is contained in:
parent
3043dbfb95
commit
af2cd6f541
1 changed files with 1 additions and 1 deletions
|
|
@ -1193,7 +1193,7 @@ class Util {
|
|||
|
||||
return array(
|
||||
$fileOwnerUid,
|
||||
$filename
|
||||
\OC_Filesystem::normalizePath($filename)
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue