]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fixed compatibility with filecache rewrite merge
authorSam Tuke <samtuke@owncloud.com>
Thu, 31 Jan 2013 17:47:30 +0000 (17:47 +0000)
committerSam Tuke <samtuke@owncloud.com>
Thu, 31 Jan 2013 17:51:46 +0000 (17:51 +0000)
apps/files_encryption/lib/stream.php

index f634db7a3850d54a57ba0d294f482ea4935cac80..4102a681d7f4d86d8f0d2bb6873bed7e1688343e 100644 (file)
@@ -484,7 +484,7 @@ class Stream {
                and $this->meta['mode']!='rb' 
                ) {
 
-                       \OC_FileCache::put( $this->path, array( 'encrypted' => true, 'size' => $this->size ), '' );
+                       \OC\Files\Filesystem::putFileInfo( $this->path, array( 'encrypted' => true, 'size' => $this->size ), '' );
 
                }