Merge branch 'master' of https://github.com/friendica/red
This commit is contained in:
commit
ccdb027677
@ -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']);
|
||||
}
|
||||
}
|
||||
|
||||
|
4885
view/it/messages.po
4885
view/it/messages.po
File diff suppressed because it is too large
Load Diff
1022
view/it/strings.php
1022
view/it/strings.php
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user