Skip to content

Commit f82930d

Browse files
committed
fixup! [Hylte] Add cobrand
1 parent af85b2e commit f82930d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: perllib/FixMyStreet/Cobrand/FixaMinGata.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ sub find_closest {
137137

138138
$problem = $problem->{problem} if ref $problem eq 'HASH';
139139

140-
return FixMyStreet::Geocode::OSM::closest_road_text( $self, $problem->latitude, $problem->longitude );
140+
return FixMyStreet::Geocode::OSM->closest_road_text( $self, $problem->latitude, $problem->longitude );
141141
}
142142

143143
# Used by send-reports, calling find_closest, calling OSM geocoding

0 commit comments

Comments
 (0)