[Pkg-owncloud-commits] [owncloud] 31/239: fix getFileKey() call
David Prévot
taffit at moszumanska.debian.org
Fri Nov 29 01:32:14 UTC 2013
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository owncloud.
commit c7dc6dc2c2d0d2de72256a6f7bcacaf3ec59bd0c
Author: Bjoern Schiessle <schiessle at owncloud.com>
Date: Thu Nov 21 11:11:15 2013 +0100
fix getFileKey() call
---
apps/files_encryption/lib/util.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/apps/files_encryption/lib/util.php b/apps/files_encryption/lib/util.php
index a9468e3..ca96517 100644
--- a/apps/files_encryption/lib/util.php
+++ b/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;
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git
More information about the Pkg-owncloud-commits
mailing list