aboutsummaryrefslogtreecommitdiffstats
path: root/apps/encryption/appinfo
diff options
context:
space:
mode:
authorBjoern Schiessle <schiessle@owncloud.com>2016-03-02 11:16:53 +0100
committerBjörn Schießle <schiessle@owncloud.com>2016-04-26 11:06:55 +0200
commit088ffd05d7a60c5be2dbe8b56b6223a774b0822c (patch)
treef76b3015386700c01a8d5dcf8994567c6389167c /apps/encryption/appinfo
parent14c34919774484d095d26ad2a7246fc897dc2d41 (diff)
downloadnextcloud-server-088ffd05d7a60c5be2dbe8b56b6223a774b0822c.tar.gz
nextcloud-server-088ffd05d7a60c5be2dbe8b56b6223a774b0822c.zip
don't create a private-/public-key pair for each user if the master key is enabled
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 6080a29d5f4..c7c8d2a3d31 100644
--- a/apps/encryption/appinfo/application.php
+++ b/apps/encryption/appinfo/application.php
@@ -242,6 +242,7 @@ class Application extends \OCP\AppFramework\App {
$c->getServer()->getUserManager(),
new View(),
$c->query('KeyManager'),
+ $c->query('Util'),
$server->getConfig(),
$server->getMailer(),
$server->getL10N('encryption'),