From cb9980823d62ab1ed843779bcac65152ed5379fe Mon Sep 17 00:00:00 2001 From: Bjoern Schiessle Date: Thu, 26 Mar 2015 12:24:02 +0100 Subject: [PATCH] core: small fixes --- lib/private/files/storage/wrapper/encryption.php | 1 - 1 file changed, 1 deletion(-) 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; -- 2.39.5