Skip to content
This repository has been archived by the owner on Jan 31, 2020. It is now read-only.

Commit

Permalink
Merge branch 'hotfix/166' into develop
Browse files Browse the repository at this point in the history
Forward port #166
  • Loading branch information
weierophinney committed May 17, 2017
2 parents 687eb4a + f4303c4 commit 7c1ee5e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/File/MimeType.php
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,7 @@ public function isValid($value, $file = null)
$this->type = null;
if (! empty($this->finfo)) {
$this->type = finfo_file($this->finfo, $file);
finfo_close($this->finfo);
}
}

Expand Down

0 comments on commit 7c1ee5e

Please sign in to comment.