summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorBjörn Schießle <bjoern@schiessle.org>2016-01-05 19:01:03 +0100
committerLukas Reschke <lukas@owncloud.com>2016-02-09 23:43:26 +0100
commit9bb97c714bb2158fd019ba9efc24a8bc8595b499 (patch)
tree0b448eee0d30aa194cbc887c08f7c44728a9e109 /lib
parentb9ff16498befe211205ea3c20c2eb341f97919fa (diff)
downloadnextcloud-server-9bb97c714bb2158fd019ba9efc24a8bc8595b499.tar.gz
nextcloud-server-9bb97c714bb2158fd019ba9efc24a8bc8595b499.zip
fixing unit tests
Diffstat (limited to 'lib')
-rw-r--r--lib/private/files/stream/encryption.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/private/files/stream/encryption.php b/lib/private/files/stream/encryption.php
index 11e2b218d17..bc771a91ebd 100644
--- a/lib/private/files/stream/encryption.php
+++ b/lib/private/files/stream/encryption.php
@@ -72,6 +72,9 @@ class Encryption extends Wrapper {
/** @var string */
protected $fullPath;
+ /** @var bool */
+ protected $signed;
+
/**
* header data returned by the encryption module, will be written to the file
* in case of a write operation