summaryrefslogtreecommitdiffstats
path: root/apps/encryption/appinfo/app.php
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2017-06-22 18:06:32 +0200
committerArthur Schiwon <blizzz@arthur-schiwon.de>2017-06-23 12:38:05 +0200
commitb7ce492c59364faacd55fc90eebf4ed0a1c26115 (patch)
treeddc66996c213bd9f0d1e69cf7d0507a4d0c66c26 /apps/encryption/appinfo/app.php
parentf6ecc46cfa6dcb5423497167fc19ffc2f3439938 (diff)
downloadnextcloud-server-b7ce492c59364faacd55fc90eebf4ed0a1c26115.tar.gz
nextcloud-server-b7ce492c59364faacd55fc90eebf4ed0a1c26115.zip
adapt encryption
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to 'apps/encryption/appinfo/app.php')
-rw-r--r--apps/encryption/appinfo/app.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/encryption/appinfo/app.php b/apps/encryption/appinfo/app.php
index 22c35f87913..950166dca2b 100644
--- a/apps/encryption/appinfo/app.php
+++ b/apps/encryption/appinfo/app.php
@@ -31,5 +31,4 @@ $app = new Application([], $encryptionSystemReady);
if ($encryptionSystemReady) {
$app->registerEncryptionModule();
$app->registerHooks();
- $app->registerSettings();
}