From: Bjoern Schiessle Date: Wed, 8 Apr 2015 10:19:09 +0000 (+0200) Subject: fix decryption of legacy private key X-Git-Tag: v8.1.0alpha2~60^2~4 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=6bcf88ca96bb7fc0a1f80de4a0a36e59d513dcc6;p=nextcloud-server.git fix decryption of legacy private key --- 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']); }