diff --git a/apps/encryption/hooks/userhooks.php b/apps/encryption/hooks/userhooks.php index c39fa34108bc43672c2f2a34222d223385d69875..e61d4f9c11987b6187746ae328519aad42bc4988 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']); }