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