summaryrefslogtreecommitdiffstats
path: root/apps/encryption/appinfo/app.php
diff options
context:
space:
mode:
authorBjoern Schiessle <bjoern@schiessle.org>2018-03-01 15:23:17 +0100
committerBjoern Schiessle <bjoern@schiessle.org>2018-03-02 10:09:52 +0100
commit8042e6b8fb0f0b4d3dd2c291729144f767575c56 (patch)
tree7fbf72c70dbf1c2173032a940167d6da00caef16 /apps/encryption/appinfo/app.php
parent0f3ba9444e8b683ba89e100b6a43cab70b3788b9 (diff)
downloadnextcloud-server-8042e6b8fb0f0b4d3dd2c291729144f767575c56.tar.gz
nextcloud-server-8042e6b8fb0f0b4d3dd2c291729144f767575c56.zip
this was a migration step to ownCloud 8.0 to restructure the encryption folder which is no longer needed
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
Diffstat (limited to 'apps/encryption/appinfo/app.php')
-rw-r--r--apps/encryption/appinfo/app.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/encryption/appinfo/app.php b/apps/encryption/appinfo/app.php
index 63e99476602..a39464e21f8 100644
--- a/apps/encryption/appinfo/app.php
+++ b/apps/encryption/appinfo/app.php
@@ -28,7 +28,7 @@ namespace OCA\Encryption\AppInfo;
$encryptionSystemReady = \OC::$server->getEncryptionManager()->isReady();
-$app = new Application([], $encryptionSystemReady);
+$app = new Application();
if ($encryptionSystemReady) {
$app->registerEncryptionModule();
$app->registerHooks();