Merge pull request #8866 from owncloud/flock-quotafix

Fixed quota wrapper to return the value from flock()
remotes/origin/ldap_group_count
Vincent Petry 12 years ago
commit bbdcbb9911
  1. 2
      lib/private/files/stream/quota.php

@ -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…
Cancel
Save