[Pkg-owncloud-commits] [owncloud] 13/165: fix decryption of legacy private key
David Prévot
taffit at moszumanska.debian.org
Thu Apr 23 04:06:15 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch stable8
in repository owncloud.
commit 6bcf88ca96bb7fc0a1f80de4a0a36e59d513dcc6
Author: Bjoern Schiessle <schiessle at owncloud.com>
Date: Wed Apr 8 12:19:09 2015 +0200
fix decryption of legacy private key
---
apps/encryption/hooks/userhooks.php | 1 -
1 file changed, 1 deletion(-)
diff --git a/apps/encryption/hooks/userhooks.php b/apps/encryption/hooks/userhooks.php
index c39fa34..e61d4f9 100644
--- a/apps/encryption/hooks/userhooks.php
+++ b/apps/encryption/hooks/userhooks.php
@@ -142,7 +142,6 @@ class UserHooks implements IHook {
}
// ensure filesystem is loaded
- // Todo: update?
if (!\OC\Files\Filesystem::$loaded) {
\OC_Util::setupFS($params['uid']);
}
--
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