diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2015-04-02 14:44:58 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2015-04-07 13:30:30 +0200 |
commit | 104d11ec4c5d359c54985e01c171ba1845537632 (patch) | |
tree | 2cd51e73fab86bef8a4cd86af08d615643f402aa /lib/private/encryption | |
parent | d9c41b00ab4271b401ed838ccc0b19a9a0f67a76 (diff) | |
download | nextcloud-server-104d11ec4c5d359c54985e01c171ba1845537632.tar.gz nextcloud-server-104d11ec4c5d359c54985e01c171ba1845537632.zip |
Fixing encryption storage wrapper tests
Diffstat (limited to 'lib/private/encryption')
-rw-r--r-- | lib/private/encryption/exceptions/encryptionheadertolargeexception.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/encryption/exceptions/encryptionheadertolargeexception.php b/lib/private/encryption/exceptions/encryptionheadertolargeexception.php index 94a130d792d..cdb5f940800 100644 --- a/lib/private/encryption/exceptions/encryptionheadertolargeexception.php +++ b/lib/private/encryption/exceptions/encryptionheadertolargeexception.php @@ -26,7 +26,7 @@ use OCP\Encryption\Exceptions\GenericEncryptionException; class EncryptionHeaderToLargeException extends GenericEncryptionException { - public function __construct($key) { + public function __construct() { parent::__construct('max header size exceeded'); } |