diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-03-17 15:12:39 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-03-17 15:12:39 +0100 |
commit | ccdb027677aac06749d957383d758afae61320d6 (patch) | |
tree | 0f41f57225bd0d3fcfba0c0c7d10bba2a0ad6d68 /include/photos.php | |
parent | 8d89dde9086d857c1e3256db0a64946e87fcf83c (diff) | |
parent | d18814e3c8ea15af28a567450d149a78f05dd6fb (diff) | |
download | volse-hubzilla-ccdb027677aac06749d957383d758afae61320d6.tar.gz volse-hubzilla-ccdb027677aac06749d957383d758afae61320d6.tar.bz2 volse-hubzilla-ccdb027677aac06749d957383d758afae61320d6.zip |
Merge branch 'master' of https://github.com/friendica/red
Diffstat (limited to 'include/photos.php')
-rw-r--r-- | include/photos.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/photos.php b/include/photos.php index 4d3f4c755..c4d5a33aa 100644 --- a/include/photos.php +++ b/include/photos.php @@ -209,8 +209,8 @@ function photo_upload($channel, $observer, $args) { if($exif && $exif['GPS']) { if(feature_enabled($channel_id,'photo_location')) { - $lat = getGps($exif['GPS']['GPSLatitude'], $exif['GPSLatitudeRef']); - $lon = getGps($exif['GPS']['GPSLongitude'], $exif['GPSLongitudeRef']); + $lat = getGps($exif['GPS']['GPSLatitude'], $exif['GPS']['GPSLatitudeRef']); + $lon = getGps($exif['GPS']['GPSLongitude'], $exif['GPS']['GPSLongitudeRef']); } } |