fix decryption of legacy private key

This commit is contained in:
Bjoern Schiessle 2015-04-08 12:19:09 +02:00
parent e7a4f4f3e4
commit 6bcf88ca96
1 changed files with 0 additions and 1 deletions

View File

@ -142,7 +142,6 @@ class UserHooks implements IHook {
}
// ensure filesystem is loaded
// Todo: update?
if (!\OC\Files\Filesystem::$loaded) {
\OC_Util::setupFS($params['uid']);
}