Fixed compatibility with filecache rewrite merge

This commit is contained in:
Sam Tuke 2013-01-31 17:47:30 +00:00
parent 2183f77527
commit c6b3bdd5a0

View 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 ), '' );
}