Index: trunk/extensions/SemanticMaps/includes/queryprinters/SM_MapPrinter.php |
— | — | @@ -462,7 +462,7 @@ |
463 | 463 | // If a centre value is set, use it. |
464 | 464 | if ( $this->centre != '' ) { |
465 | 465 | // Geocode and convert if required. |
466 | | - $centre = MapsGeocoder::attemptToGeocode( $this->centre, $this->geoservice, $this->service->getName() ); |
| 466 | + $centre = MapsGeocoders::attemptToGeocode( $this->centre, $this->geoservice, $this->service->getName() ); |
467 | 467 | |
468 | 468 | if ( $centre ) { |
469 | 469 | $this->centreLat = $centre['lat']; |