r108293 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r108292‎ | r108293 | r108294 >
Date:23:06, 6 January 2012
Author:maxsem
Status:ok
Tags:
Comment:
Yet another notice
Modified paths:
  • /trunk/extensions/GeoData/GeoData.body.php (modified) (history)

Diff [purge]

Index: trunk/extensions/GeoData/GeoData.body.php
@@ -230,7 +230,7 @@
231231
232232 public static function newFromRow( $row ) {
233233 global $wgDefaultGlobe;
234 - $c = new Coord( $row->lat, $row->lon );
 234+ $c = new Coord( $row->gt_lat, $row->gt_lon );
235235 foreach ( self::$fieldMapping as $field => $column ) {
236236 if ( isset( $row->$column ) ) {
237237 $c->$field = $row->$column;

Status & tagging log