fix getFileKey() call

remotes/origin/stable6
Bjoern Schiessle 12 years ago
parent 16b484209c
commit c7dc6dc2c2
  1. 2
      apps/files_encryption/lib/util.php

@ -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…
Cancel
Save