Skip to content
Snippets Groups Projects
Commit 35079648 authored by Vincent Petry's avatar Vincent Petry
Browse files

Fixed quota wrapper to return the value from flock()

parent 5adb8f0a
No related branches found
No related tags found
No related merge requests found
......@@ -123,7 +123,7 @@ class Quota {
}
public function stream_lock($mode) {
flock($this->source, $mode);
return flock($this->source, $mode);
}
public function stream_flush() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment