mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
fix decryption of legacy private key
This commit is contained in:
parent
e7a4f4f3e4
commit
6bcf88ca96
1 changed files with 0 additions and 1 deletions
|
|
@ -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 a new issue