]> source.dussan.org Git - nextcloud-server.git/commit
Fixed quota stream's fseek method
authorVincent Petry <pvince81@owncloud.com>
Fri, 25 Oct 2013 10:09:46 +0000 (12:09 +0200)
committerVincent Petry <pvince81@owncloud.com>
Fri, 25 Oct 2013 10:09:46 +0000 (12:09 +0200)
commitd8b245490bf0e74156c66ca594977cbdb2920c4e
treecc971cb023b81d93684cc2a80a6807105ccdbaeb
parent5fd1f552a3de82c17f2ced20334888516d3fb9b7
Fixed quota stream's fseek method

- Added missing return statement
- Added missing support for SEEK_END
- Fixes #5524
lib/private/files/stream/quota.php
tests/lib/files/stream/quota.php