return boolean in Ciose::stream_seek

remotes/origin/fix-10825
Jörn Friedrich Dreyer 11 years ago
parent b752cb98d8
commit 561a7e47cd
  1. 2
      lib/private/files/stream/close.php

@ -29,7 +29,7 @@ class Close {
}
public function stream_seek($offset, $whence = SEEK_SET) {
fseek($this->source, $offset, $whence);
return fseek($this->source, $offset, $whence) === 0;
}
public function stream_tell() {

Loading…
Cancel
Save