mirror of
https://github.com/nextcloud/server.git
synced 2026-02-24 10:26:07 -05:00
Merge pull request #8866 from owncloud/flock-quotafix
Fixed quota wrapper to return the value from flock()
This commit is contained in:
commit
bbdcbb9911
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue