mirror of
https://github.com/nextcloud/server.git
synced 2026-04-23 15:21:00 -04:00
Merge branch 'encryption_work_with_public_gallery' into encryption_enable_public_upload
This commit is contained in:
commit
87f2696e6a
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