From ca6bd5cacd96ef04f5b940787575c5bdecfa756e Mon Sep 17 00:00:00 2001 From: Roeland Jago Douma Date: Wed, 18 Nov 2015 17:32:09 +0100 Subject: Follow the interface again --- lib/private/files/stream/encryption.php | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'lib/private/files/stream/encryption.php') 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; + } + } -- cgit v1.2.3