Fixed compatibility with filecache rewrite merge
This commit is contained in:
parent
2183f77527
commit
c6b3bdd5a0
1 changed files with 1 additions and 1 deletions
|
@ -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 ), '' );
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue