Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
die_coolen_jungs
our_own_cloud_project
Commits
479cee66
Commit
479cee66
authored
Nov 19, 2015
by
Thomas Müller
Browse files
Merge pull request #20034 from owncloud/icewind_streams_0.3.0
Bump 3rdparty for icewind/streams-0.3.0
parents
5c796143
ca6bd5ca
Changes
2
Show whitespace changes
Inline
Side-by-side
3rdparty
@
5c7b1870
Compare
be700d49
...
5c7b1870
Subproject commit
be700d4918627e06eb3e8c5f3b025911061badff
Subproject commit
5c7b18704773473f8f7846ef942fc958f449c977
lib/private/files/stream/encryption.php
View file @
479cee66
...
...
@@ -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
;
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment