Index: trunk/extensions/Maps/includes/features/Maps_BasePointMap.php |
— | — | @@ -127,6 +127,8 @@ |
128 | 128 | |
129 | 129 | if ( !$markerData ) continue; |
130 | 130 | |
| 131 | + $markerData = array( $markerData['lat'], $markerData['lon'] ); |
| 132 | + |
131 | 133 | if ( count( $args ) > 0 ) { |
132 | 134 | // Parse and add the point specific title if it's present. |
133 | 135 | $markerData['title'] = $parser->parse( $args[0], $wgTitle, new ParserOptions() )->getText(); |