]> source.dussan.org Git - nextcloud-server.git/commitdiff
always return normalized path
authorBjörn Schießle <schiessle@owncloud.com>
Tue, 25 Jun 2013 14:41:24 +0000 (16:41 +0200)
committerBjörn Schießle <schiessle@owncloud.com>
Fri, 5 Jul 2013 13:59:57 +0000 (15:59 +0200)
apps/files_encryption/lib/util.php

index 7228d2a64791274e23fc066fb260d4c17c50113d..00b3192db8f5bbf05fce97f4c006b14f7626d137 100644 (file)
@@ -1193,7 +1193,7 @@ class Util {
 
                        return array(
                                $fileOwnerUid,
-                               $filename
+                               \OC_Filesystem::normalizePath($filename)
                        );
                }