fix getFileKey() call
This commit is contained in:
parent
16b484209c
commit
c7dc6dc2c2
|
@ -461,7 +461,7 @@ class Util {
|
||||||
$relPath = Helper::stripUserFilesPath($path);
|
$relPath = Helper::stripUserFilesPath($path);
|
||||||
}
|
}
|
||||||
|
|
||||||
$fileKey = Keymanager::getFileKey($this->view, $relPath);
|
$fileKey = Keymanager::getFileKey($this->view, $this, $relPath);
|
||||||
|
|
||||||
if ($fileKey === false) {
|
if ($fileKey === false) {
|
||||||
return false;
|
return false;
|
||||||
|
|
Loading…
Reference in New Issue