fix decryption of legacy private key
This commit is contained in:
parent
e7a4f4f3e4
commit
6bcf88ca96
|
@ -142,7 +142,6 @@ class UserHooks implements IHook {
|
|||
}
|
||||
|
||||
// ensure filesystem is loaded
|
||||
// Todo: update?
|
||||
if (!\OC\Files\Filesystem::$loaded) {
|
||||
\OC_Util::setupFS($params['uid']);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue