whitespace
This commit is contained in:
parent
2fea5ff889
commit
83f8f8ebb8
@ -489,7 +489,9 @@ function guess_image_type($filename, $headers = '') {
|
||||
$ph = photo_factory('');
|
||||
$types = $ph->supportedTypes();
|
||||
foreach($types as $m => $e) {
|
||||
if ($ext==$e) $type = $m;
|
||||
if($ext === $e) {
|
||||
$type = $m;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user