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

Revision: 72484
Author:   jeroendedauw
Date:     2010-09-06 12:17:54 +0000 (Mon, 06 Sep 2010)

Log Message:
-----------
Follow up to r72482 and r72479

Modified Paths:
--------------
    trunk/extensions/Maps/Maps_Settings.php

Modified: trunk/extensions/Maps/Maps_Settings.php
===================================================================
--- trunk/extensions/Maps/Maps_Settings.php     2010-09-06 12:16:45 UTC (rev 
72483)
+++ trunk/extensions/Maps/Maps_Settings.php     2010-09-06 12:17:54 UTC (rev 
72484)
@@ -75,19 +75,19 @@
        # Commenting or removing a mapping service will make Maps completely 
ignore it, and so improve performance.
        
        # Google Maps API v2
-       include_once $egMapsDir . 'Includes/services/GoogleMaps/GoogleMaps.php';
+       include_once $egMapsDir . 'includes/services/GoogleMaps/GoogleMaps.php';
        
        # Google Maps API v3
-       include_once $egMapsDir . 
'Includes/services/GoogleMaps3/GoogleMaps3.php';
+       include_once $egMapsDir . 
'includes/services/GoogleMaps3/GoogleMaps3.php';
        
        # OpenLayers API
-       include_once $egMapsDir . 'Includes/services/OpenLayers/OpenLayers.php';
+       include_once $egMapsDir . 'includes/services/OpenLayers/OpenLayers.php';
        
        # Yahoo! Maps API
-       include_once $egMapsDir . 'Includes/services/YahooMaps/YahooMaps.php';
+       include_once $egMapsDir . 'includes/services/YahooMaps/YahooMaps.php';
        
        # Yahoo! Maps API
-       include_once $egMapsDir . 'Includes/services/OSM/OSM.php';      
+       include_once $egMapsDir . 'includes/services/OSM/OSM.php';      
 
        # Array of String. Array containing all the mapping services that will 
be made available to the user.
        # Currently Maps provides the following services: googlemaps, 
yahoomaps, openlayers, osm.



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

Reply via email to