Fixed quota wrapper to return the value from flock()
This commit is contained in:
parent
5adb8f0a8a
commit
3507964820
|
@ -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