]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix path, needs to be relative to data/
authorBjörn Schießle <schiessle@owncloud.com>
Tue, 21 May 2013 10:22:03 +0000 (12:22 +0200)
committerBjörn Schießle <schiessle@owncloud.com>
Tue, 21 May 2013 10:22:03 +0000 (12:22 +0200)
apps/files_encryption/lib/proxy.php

index 55ad882a8f9090a97065f4cee3bce12dd010ad05..ea6b3bf345c2daae2c7356ced3ffb5309968a91a 100644 (file)
@@ -484,7 +484,7 @@ class Proxy extends \OC_FileProxy
                                        $fileInfo['unencrypted_size'] = $size;
 
                                        // put file info
-                                       $view->putFileInfo($path_f, $fileInfo);
+                                       $view->putFileInfo($path, $fileInfo);
                                }
                        }
                }