Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjoern Schiessle <bjoern@schiessle.org>2017-05-30 13:54:58 +0300
committerBjoern Schiessle <bjoern@schiessle.org>2017-07-06 12:47:10 +0300
commit28a7e72868017fb545e8303f32c1204ffc4cc8c1 (patch)
treefe2e01f2ac3a6b4e881fdcb730c2f7a0b763fc02 /apps/encryption/appinfo
parentda51ec38f4174532e83a4fde21f4c523e4f0bc7c (diff)
after the master key was loaded we are ready to go, no re-login needed
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
Diffstat (limited to 'apps/encryption/appinfo')
-rw-r--r--apps/encryption/appinfo/app.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/encryption/appinfo/app.php b/apps/encryption/appinfo/app.php
index 950166dca2b..4f54f0e7251 100644
--- a/apps/encryption/appinfo/app.php
+++ b/apps/encryption/appinfo/app.php
@@ -31,4 +31,5 @@ $app = new Application([], $encryptionSystemReady);
if ($encryptionSystemReady) {
$app->registerEncryptionModule();
$app->registerHooks();
+ $app->setUp();
}