nextcloud/lib/private/files/storage/wrapper
Vincent Petry 1af7dab535 Fixed quota wrapper to not wrap failed fopen streams
When calling fopen() on some storage types, these return false instead
of throwing an exception.

This fix makes sure that in case the stream wasn't opened (for example
when a file doesn't exist any more) the stream isn't wrapped.

Also added 'rb' as another case that doesn't need to be wrapped.

Fixes #6832
2014-01-19 18:51:36 +01:00
..
quota.php Fixed quota wrapper to not wrap failed fopen streams 2014-01-19 18:51:36 +01:00
wrapper.php Added unit test for the test() method 2013-12-03 14:35:53 +01:00