]> source.dussan.org Git - nextcloud-server.git/commitdiff
core: small fixes
authorBjoern Schiessle <schiessle@owncloud.com>
Thu, 26 Mar 2015 11:24:02 +0000 (12:24 +0100)
committerThomas Müller <thomas.mueller@tmit.eu>
Tue, 7 Apr 2015 11:30:27 +0000 (13:30 +0200)
lib/private/files/storage/wrapper/encryption.php

index 2a5b9926f68f88cd07813efb9cfa3fab507af170..0e70c99c8d73d3649357e87297c3578e7b4df981 100644 (file)
@@ -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;