mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
fix getFileKey() call
This commit is contained in:
parent
16b484209c
commit
c7dc6dc2c2
1 changed files with 1 additions and 1 deletions
|
|
@ -461,7 +461,7 @@ class Util {
|
|||
$relPath = Helper::stripUserFilesPath($path);
|
||||
}
|
||||
|
||||
$fileKey = Keymanager::getFileKey($this->view, $relPath);
|
||||
$fileKey = Keymanager::getFileKey($this->view, $this, $relPath);
|
||||
|
||||
if ($fileKey === false) {
|
||||
return false;
|
||||
|
|
|
|||
Loading…
Reference in a new issue