Skip to content
This repository has been archived by the owner on Sep 20, 2021. It is now read-only.

Commit

Permalink
Fix stat values.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hywan committed Oct 9, 2014
1 parent 24beda2 commit b275399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Protocol/Vfs.php
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ public function reach ( $queue = null ) {
case 'atime':
case 'ctime':
case 'mtime':
$file->getStat()[$query] = $value;
$file->getStat()[$query] = intval($value);
break;

case 'permissions':
Expand Down

0 comments on commit b275399

Please sign in to comment.