use the preSetup hook to ensure the encryption wrapper is applied correctly
This commit is contained in:
parent
d308ec4f0e
commit
d0ad69aa9c
1 changed files with 1 additions and 1 deletions
|
@ -712,7 +712,7 @@ class OC {
|
|||
}
|
||||
|
||||
private static function registerEncryptionWrapper() {
|
||||
\OCP\Util::connectHook('OC_Filesystem', 'setup', 'OC\Encryption\Manager', 'setupStorage');
|
||||
\OCP\Util::connectHook('OC_Filesystem', 'preSetup', 'OC\Encryption\Manager', 'setupStorage');
|
||||
}
|
||||
|
||||
private static function registerEncryptionHooks() {
|
||||
|
|
Loading…
Reference in a new issue