r74665 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r74664‎ | r74665 | r74666 >
Date:15:46, 12 October 2010
Author:jeroendedauw
Status:deferred
Tags:
Comment:
Fixed incorrect method call
Modified paths:
  • /trunk/extensions/SemanticMaps/includes/queryprinters/SM_MapPrinter.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticMaps/includes/queryprinters/SM_MapPrinter.php
@@ -462,7 +462,7 @@
463463 // If a centre value is set, use it.
464464 if ( $this->centre != '' ) {
465465 // 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() );
467467
468468 if ( $centre ) {
469469 $this->centreLat = $centre['lat'];

Status & tagging log