From ca6bd5cacd96ef04f5b940787575c5bdecfa756e Mon Sep 17 00:00:00 2001
From: Roeland Jago Douma <rullzer@owncloud.com>
Date: Wed, 18 Nov 2015 17:32:09 +0100
Subject: [PATCH] Follow the interface again

---
 lib/private/files/stream/encryption.php | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/lib/private/files/stream/encryption.php b/lib/private/files/stream/encryption.php
index e0d263d80b..4c328993ef 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;
+	}
+
 }
-- 
GitLab