We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af85b2e commit f82930dCopy full SHA for f82930d
perllib/FixMyStreet/Cobrand/FixaMinGata.pm
@@ -137,7 +137,7 @@ sub find_closest {
137
138
$problem = $problem->{problem} if ref $problem eq 'HASH';
139
140
- return FixMyStreet::Geocode::OSM::closest_road_text( $self, $problem->latitude, $problem->longitude );
+ return FixMyStreet::Geocode::OSM->closest_road_text( $self, $problem->latitude, $problem->longitude );
141
}
142
143
# Used by send-reports, calling find_closest, calling OSM geocoding
0 commit comments