r75146 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r75145‎ | r75146 | r75147 >
Date:13:07, 21 October 2010
Author:jeroendedauw
Status:deferred
Tags:
Comment:
Follow up to r75145
Modified paths:
  • /trunk/extensions/SemanticMaps/includes/queryprinters/SM_MapPrinter.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticMaps/includes/queryprinters/SM_MapPrinter.php
@@ -275,6 +275,8 @@
276276
277277 if ( !$markerData ) continue;
278278
 279+ $markerData = array( $markerData['lat'], $markerData['lon'] );
 280+
279281 if ( count( $location ) > 0 ) {
280282 // Parse and add the point specific title if it's present.
281283 $markerData['title'] = $parser->parse( $location[0], $wgTitle, new ParserOptions() )->getText();

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r75145fixed issue caused by array index confusionjeroendedauw13:07, 21 October 2010

Status & tagging log