Index: trunk/extensions/SemanticMaps/includes/forminputs/SM_FormInput.php |
— | — | @@ -329,7 +329,7 @@ |
330 | 330 | } |
331 | 331 | else { |
332 | 332 | // Geocode and convert if required. |
333 | | - $centre = MapsGeocoder::attemptToGeocode( $this->centre, $this->geoservice, $this->serviceName ); |
| 333 | + $centre = MapsGeocoders::attemptToGeocode( $this->centre, $this->geoservice, $this->serviceName ); |
334 | 334 | |
335 | 335 | $this->centreLat = Xml::escapeJsString( $centre['lat'] ); |
336 | 336 | $this->centreLon = Xml::escapeJsString( $centre['lon'] ); |