summaryrefslogtreecommitdiffstats
path: root/apps/encryption/appinfo
diff options
context:
space:
mode:
authorBjoern Schiessle <schiessle@owncloud.com>2015-04-01 14:24:56 +0200
committerThomas Müller <thomas.mueller@tmit.eu>2015-04-07 13:30:30 +0200
commita057108c0c1ec77b6f61f6f387c0714c84653254 (patch)
tree97df67d9dc26852d6cc6c4163a5e3d20f00ee3aa /apps/encryption/appinfo
parent51302d58120e9050fb8842cf63cef88620f74203 (diff)
downloadnextcloud-server-a057108c0c1ec77b6f61f6f387c0714c84653254.tar.gz
nextcloud-server-a057108c0c1ec77b6f61f6f387c0714c84653254.zip
make recovery key work
Diffstat (limited to 'apps/encryption/appinfo')
-rw-r--r--apps/encryption/appinfo/application.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/encryption/appinfo/application.php b/apps/encryption/appinfo/application.php
index 955146f7182..0d1bd0d6bed 100644
--- a/apps/encryption/appinfo/application.php
+++ b/apps/encryption/appinfo/application.php
@@ -75,6 +75,7 @@ class Application extends \OCP\AppFramework\App {
$server->getUserSession(),
$container->query('Util'),
new \OCA\Encryption\Session($server->getSession()),
+ $container->query('Crypt'),
$container->query('Recovery'))
]);