]> source.dussan.org Git - nextcloud-server.git/commitdiff
Follow the interface again
authorRoeland Jago Douma <rullzer@owncloud.com>
Wed, 18 Nov 2015 16:32:09 +0000 (17:32 +0100)
committerRoeland Jago Douma <rullzer@owncloud.com>
Thu, 19 Nov 2015 13:34:59 +0000 (14:34 +0100)
lib/private/files/stream/encryption.php

index e0d263d80b1318c2e945a490a5fc924c9efb490c..4c328993ef77530d36ac0c8d27a3352cbd466f11 100644 (file)
@@ -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;
+       }
+
 }