mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Follow the interface again
This commit is contained in:
parent
e342973888
commit
ca6bd5cacd
1 changed files with 9 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue