Merge pull request #8866 from owncloud/flock-quotafix
Fixed quota wrapper to return the value from flock()
This commit is contained in:
commit
bbdcbb9911
|
@ -123,7 +123,7 @@ class Quota {
|
|||
}
|
||||
|
||||
public function stream_lock($mode) {
|
||||
flock($this->source, $mode);
|
||||
return flock($this->source, $mode);
|
||||
}
|
||||
|
||||
public function stream_flush() {
|
||||
|
|
Loading…
Reference in New Issue