From: Björn Schießle Date: Tue, 25 Jun 2013 14:41:24 +0000 (+0200) Subject: always return normalized path X-Git-Tag: v6.0.0alpha2~512 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=af2cd6f5418078e813e4b3cad27cc859273592de;p=nextcloud-server.git always return normalized path --- diff --git a/apps/files_encryption/lib/util.php b/apps/files_encryption/lib/util.php index 7228d2a6479..00b3192db8f 100644 --- a/apps/files_encryption/lib/util.php +++ b/apps/files_encryption/lib/util.php @@ -1193,7 +1193,7 @@ class Util { return array( $fileOwnerUid, - $filename + \OC_Filesystem::normalizePath($filename) ); }