summaryrefslogtreecommitdiff
path: root/FS/FS/geocode_Mixin.pm
diff options
context:
space:
mode:
Diffstat (limited to 'FS/FS/geocode_Mixin.pm')
-rw-r--r--FS/FS/geocode_Mixin.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/geocode_Mixin.pm b/FS/FS/geocode_Mixin.pm
index 87ad9ac..2b43045 100644
--- a/FS/FS/geocode_Mixin.pm
+++ b/FS/FS/geocode_Mixin.pm
@@ -182,7 +182,7 @@ sub set_coord {
my $address =
join ',',
- map { $self->$_ ? uri_escape( $self->get( $_ ) ) : () }
+ map { $self->get( $_ ) ? uri_escape( $self->get( $_ ) ) : () }
qw( address1 address2 city state zip country_full );
my $query_url = sprintf