Skip to content
Snippets Groups Projects
Commit 27d04797 authored by Robin Appelman's avatar Robin Appelman
Browse files

require command that do file access to be run sync when encryption is enabled

parent a39c7bf4
Branches
No related tags found
No related merge requests found
......@@ -50,6 +50,8 @@ if (!OC_Config::getValue('maintenance', false)) {
OCP\User::logout();
}
\OC::$server->getAsyncCommandBus()->requireSync('\OC\Command\FileAccess');
// Register settings scripts
OCP\App::registerAdmin('files_encryption', 'settings-admin');
OCP\App::registerPersonal('files_encryption', 'settings-personal');
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment