fix getFileKey() call

This commit is contained in:
Bjoern Schiessle 2013-11-21 11:11:15 +01:00
parent 16b484209c
commit c7dc6dc2c2
1 changed files with 1 additions and 1 deletions

View File

@ -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;