diff options
author | Bjoern Schiessle <schiessle@owncloud.com> | 2015-04-08 12:19:09 +0200 |
---|---|---|
committer | Bjoern Schiessle <schiessle@owncloud.com> | 2015-04-16 14:15:04 +0200 |
commit | 6bcf88ca96bb7fc0a1f80de4a0a36e59d513dcc6 (patch) | |
tree | 81b79657d4370a302b9d9ece29d21e4b6b57f9f0 | |
parent | e7a4f4f3e47ad30c32c572afead5fff4c7f234d1 (diff) | |
download | nextcloud-server-6bcf88ca96bb7fc0a1f80de4a0a36e59d513dcc6.tar.gz nextcloud-server-6bcf88ca96bb7fc0a1f80de4a0a36e59d513dcc6.zip |
fix decryption of legacy private key
-rw-r--r-- | apps/encryption/hooks/userhooks.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/encryption/hooks/userhooks.php b/apps/encryption/hooks/userhooks.php index c39fa34108b..e61d4f9c119 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']); } |