Merge branch 'encryption_work_with_public_gallery' into encryption_enable_public_upload

remotes/origin/stable6
Bjoern Schiessle 13 years ago
commit 87f2696e6a
  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