add $view as parameter for getFileKey() call
This commit is contained in:
parent
98de385b8a
commit
fff979a590
1 changed files with 1 additions and 1 deletions
|
@ -518,7 +518,7 @@ class Util {
|
|||
$size = stream_copy_to_stream( $plainHandle, $encHandle );
|
||||
|
||||
// Fetch the key that has just been set/updated by the stream
|
||||
$encKey = Keymanager::getFileKey( $relPath );
|
||||
$encKey = Keymanager::getFileKey( $this->view, $this->userId, $relPath );
|
||||
|
||||
// Save keyfile
|
||||
Keymanager::setFileKey( $this->view, $relPath, $this->userId, $encKey );
|
||||
|
|
Loading…
Reference in a new issue