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

Added comment for clarification about fseek() call in quota.php

parent c8df27de
No related branches found
No related tags found
No related merge requests found
......@@ -81,6 +81,8 @@ class Quota {
} else {
$this->limit -= $offset;
}
// this wrapper needs to return "true" for success.
// the fseek call itself returns 0 on succeess
return !fseek($this->source, $offset, $whence);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment