summaryrefslogtreecommitdiffstats
path: root/apps/encryption/appinfo/application.php
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2015-03-31 13:48:27 +0200
committerThomas Müller <thomas.mueller@tmit.eu>2015-04-07 13:30:29 +0200
commita98b7dbf6fc3a190d995326ea97f88296ed89080 (patch)
tree7df73e10573e41bec864dd43e5e6b0fb0c0945ec /apps/encryption/appinfo/application.php
parent35b97ed67292efe1ba94996bd4ffb8b2c9694de9 (diff)
downloadnextcloud-server-a98b7dbf6fc3a190d995326ea97f88296ed89080.tar.gz
nextcloud-server-a98b7dbf6fc3a190d995326ea97f88296ed89080.zip
Fix double registration of encryption module
Diffstat (limited to 'apps/encryption/appinfo/application.php')
-rw-r--r--apps/encryption/appinfo/application.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/encryption/appinfo/application.php b/apps/encryption/appinfo/application.php
index be432b1a5a8..30962e83ada 100644
--- a/apps/encryption/appinfo/application.php
+++ b/apps/encryption/appinfo/application.php
@@ -55,7 +55,7 @@ class Application extends \OCP\AppFramework\App {
$this->encryptionManager = \OC::$server->getEncryptionManager();
$this->config = \OC::$server->getConfig();
$this->registerServices();
- $this->registerEncryptionModule();
+// $this->registerEncryptionModule();
$this->registerHooks();
$this->registerSettings();
}