r75365 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r75364‎ | r75365 | r75366 >
Date:16:46, 25 October 2010
Author:jeroendedauw
Status:deferred
Tags:
Comment:
Fixed typo
Modified paths:
  • /trunk/extensions/SemanticMaps/includes/forminputs/SM_FormInput.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticMaps/includes/forminputs/SM_FormInput.php
@@ -329,7 +329,7 @@
330330 }
331331 else {
332332 // 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 );
334334
335335 $this->centreLat = Xml::escapeJsString( $centre['lat'] );
336336 $this->centreLon = Xml::escapeJsString( $centre['lon'] );

Status & tagging log