Skip to content

Commit

Permalink
Merge 6510975 into 3106ed7
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed Dec 30, 2014
2 parents 3106ed7 + 6510975 commit 0b812ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/VirtualFileSystem/Wrapper.php
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,8 @@ public function url_stat($path)
'gid' => $file->group(),
'atime' => $file->atime(),
'mtime' => $file->mtime(),
'ctime' => $file->ctime()
'ctime' => $file->ctime(),
'size' => $file->size()
));
} catch (NotFoundException $e) {
return false;
Expand Down

0 comments on commit 0b812ad

Please sign in to comment.