summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
m---------3rdparty0
-rw-r--r--lib/private/files/stream/encryption.php9
2 files changed, 9 insertions, 0 deletions
diff --git a/3rdparty b/3rdparty
-Subproject be700d4918627e06eb3e8c5f3b025911061badf
+Subproject 5c7b18704773473f8f7846ef942fc958f449c97
diff --git a/lib/private/files/stream/encryption.php b/lib/private/files/stream/encryption.php
index e0d263d80b1..4c328993ef7 100644
--- a/lib/private/files/stream/encryption.php
+++ b/lib/private/files/stream/encryption.php
@@ -471,4 +471,13 @@ class Encryption extends Wrapper {
return parent::stream_seek($position);
}
+ /**
+ * @param string $path
+ * @param array $options
+ * @return bool
+ */
+ public function dir_opendir($path, $options) {
+ return false;
+ }
+
}