https://www.mediawiki.org/wiki/Special:Code/MediaWiki/108293

Revision: 108293
Author:   maxsem
Date:     2012-01-06 23:06:37 +0000 (Fri, 06 Jan 2012)
Log Message:
-----------
Yet another notice

Modified Paths:
--------------
    trunk/extensions/GeoData/GeoData.body.php

Modified: trunk/extensions/GeoData/GeoData.body.php
===================================================================
--- trunk/extensions/GeoData/GeoData.body.php   2012-01-06 23:05:19 UTC (rev 
108292)
+++ trunk/extensions/GeoData/GeoData.body.php   2012-01-06 23:06:37 UTC (rev 
108293)
@@ -230,7 +230,7 @@
        
        public static function newFromRow( $row ) {
                global $wgDefaultGlobe;
-               $c = new Coord( $row->lat, $row->lon );
+               $c = new Coord( $row->gt_lat, $row->gt_lon );
                foreach ( self::$fieldMapping as $field => $column ) {
                        if ( isset( $row->$column ) ) {
                                $c->$field = $row->$column;


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to