Correction of Focal data extraction
This commit is contained in:
parent
0e6c9e9810
commit
8b25259ed4
@ -809,7 +809,7 @@ final class Photo {
|
||||
$temp = round($temp, 1);
|
||||
$return['focal'] = $temp . ' mm';
|
||||
}
|
||||
$return['focal'] = $exif['FocalLength'] . ' mm';
|
||||
else $return['focal'] = $exif['FocalLength'] . ' mm';
|
||||
}
|
||||
|
||||
if (!empty($exif['DateTimeOriginal'])) $return['takestamp'] = strtotime($exif['DateTimeOriginal']);
|
||||
|
Loading…
Reference in New Issue
Block a user