Skip to content

Commit 1b586ba

Browse files
committed
Bugfix
1 parent 8cbb223 commit 1b586ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/PHPExif/Mapper/Exiftool.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ public function mapRawData(array $data)
289289
*/
290290
protected function extractGPSCoordinates($coordinates)
291291
{
292-
if (is_numeric($coordinates) === true or $this->numeric === true) {) {
292+
if (is_numeric($coordinates) === true || $this->numeric === true) {
293293
return ((float) $coordinates);
294294
} else {
295295
if (!preg_match('!^([0-9.]+) deg ([0-9.]+)\' ([0-9.]+)"!', $coordinates, $matches)) {

0 commit comments

Comments
 (0)