http://www.mediawiki.org/wiki/Special:Code/MediaWiki/65627

Revision: 65627
Author:   jeroendedauw
Date:     2010-04-28 18:45:12 +0000 (Wed, 28 Apr 2010)

Log Message:
-----------
Small bugfix

Modified Paths:
--------------
    trunk/extensions/Maps/Services/GoogleMaps3/Maps_GoogleMaps3DispMap.php
    trunk/extensions/Maps/Services/GoogleMaps3/Maps_GoogleMaps3DispPoint.php

Modified: trunk/extensions/Maps/Services/GoogleMaps3/Maps_GoogleMaps3DispMap.php
===================================================================
--- trunk/extensions/Maps/Services/GoogleMaps3/Maps_GoogleMaps3DispMap.php      
2010-04-28 18:40:51 UTC (rev 65626)
+++ trunk/extensions/Maps/Services/GoogleMaps3/Maps_GoogleMaps3DispMap.php      
2010-04-28 18:45:12 UTC (rev 65627)
@@ -33,7 +33,7 @@
         * @see MapsBaseMap::doMapServiceLoad()
         *
         */
-       protected function doMapServiceLoad() {
+       public function doMapServiceLoad() {
                global $egGMaps3OnThisPage;
                
                MapsGoogleMaps3::addGMap3Dependencies( $this->output );

Modified: 
trunk/extensions/Maps/Services/GoogleMaps3/Maps_GoogleMaps3DispPoint.php
===================================================================
--- trunk/extensions/Maps/Services/GoogleMaps3/Maps_GoogleMaps3DispPoint.php    
2010-04-28 18:40:51 UTC (rev 65626)
+++ trunk/extensions/Maps/Services/GoogleMaps3/Maps_GoogleMaps3DispPoint.php    
2010-04-28 18:45:12 UTC (rev 65627)
@@ -35,7 +35,7 @@
         * @see MapsBaseMap::doMapServiceLoad()
         *
         */
-       protected function doMapServiceLoad() {
+       public function doMapServiceLoad() {
                global $egGMaps3OnThisPage;
                
                MapsGoogleMaps3::addGMap3Dependencies( $this->output );



_______________________________________________
MediaWiki-CVS mailing list
MediaWiki-CVS@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to