summaryrefslogtreecommitdiffstats
path: root/apps/encryption/lib
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2016-09-12 14:13:30 +0200
committerMorris Jobke <hey@morrisjobke.de>2016-09-12 16:48:11 +0200
commit5e5e5b77d55a3e9350de84ab8a8ead90bc2674c7 (patch)
tree03ff01f676c3a38c8e7fab6dc52bd10ca30d7457 /apps/encryption/lib
parent6ac2b8d83f95974d2ed4c0abf926cefbe8944cec (diff)
downloadnextcloud-server-5e5e5b77d55a3e9350de84ab8a8ead90bc2674c7.tar.gz
nextcloud-server-5e5e5b77d55a3e9350de84ab8a8ead90bc2674c7.zip
Fix encryption app
Diffstat (limited to 'apps/encryption/lib')
-rw-r--r--apps/encryption/lib/KeyManager.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/encryption/lib/KeyManager.php b/apps/encryption/lib/KeyManager.php
index 4099da4b5ab..26f023ed8f9 100644
--- a/apps/encryption/lib/KeyManager.php
+++ b/apps/encryption/lib/KeyManager.php
@@ -33,7 +33,6 @@ use OCA\Encryption\Exceptions\PublicKeyMissingException;
use OCA\Encryption\Crypto\Crypt;
use OCP\Encryption\Keys\IStorage;
use OCP\IConfig;
-use OCP\IDBConnection;
use OCP\ILogger;
use OCP\IUserSession;