summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorBjoern Schiessle <schiessle@owncloud.com>2015-03-26 12:24:02 +0100
committerThomas Müller <thomas.mueller@tmit.eu>2015-04-07 13:30:27 +0200
commitcb9980823d62ab1ed843779bcac65152ed5379fe (patch)
tree290c96675ee0e00ec00afc968187ebeb30fc16d4 /lib
parent198b73fe322281a297fd8fcc5e7a10762996ce86 (diff)
downloadnextcloud-server-cb9980823d62ab1ed843779bcac65152ed5379fe.tar.gz
nextcloud-server-cb9980823d62ab1ed843779bcac65152ed5379fe.zip
core: small fixes
Diffstat (limited to 'lib')
-rw-r--r--lib/private/files/storage/wrapper/encryption.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/private/files/storage/wrapper/encryption.php b/lib/private/files/storage/wrapper/encryption.php
index 2a5b9926f68..0e70c99c8d7 100644
--- a/lib/private/files/storage/wrapper/encryption.php
+++ b/lib/private/files/storage/wrapper/encryption.php
@@ -62,7 +62,6 @@ class Encryption extends Wrapper {
$this->mountPoint = $parameters['mountPoint'];
$this->encryptionManager = $encryptionManager;
- $this->keyStorage = $keyStorage;
$this->util = $util;
$this->logger = $logger;
$this->uid = $uid;