r72484 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r72483‎ | r72484 | r72485 >
Date:12:17, 6 September 2010
Author:jeroendedauw
Status:deferred
Tags:
Comment:
Follow up to r72482 and r72479
Modified paths:
  • /trunk/extensions/Maps/Maps_Settings.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Maps/Maps_Settings.php
@@ -75,19 +75,19 @@
7676 # Commenting or removing a mapping service will make Maps completely ignore it, and so improve performance.
7777
7878 # Google Maps API v2
79 - include_once $egMapsDir . 'Includes/services/GoogleMaps/GoogleMaps.php';
 79+ include_once $egMapsDir . 'includes/services/GoogleMaps/GoogleMaps.php';
8080
8181 # Google Maps API v3
82 - include_once $egMapsDir . 'Includes/services/GoogleMaps3/GoogleMaps3.php';
 82+ include_once $egMapsDir . 'includes/services/GoogleMaps3/GoogleMaps3.php';
8383
8484 # OpenLayers API
85 - include_once $egMapsDir . 'Includes/services/OpenLayers/OpenLayers.php';
 85+ include_once $egMapsDir . 'includes/services/OpenLayers/OpenLayers.php';
8686
8787 # Yahoo! Maps API
88 - include_once $egMapsDir . 'Includes/services/YahooMaps/YahooMaps.php';
 88+ include_once $egMapsDir . 'includes/services/YahooMaps/YahooMaps.php';
8989
9090 # Yahoo! Maps API
91 - include_once $egMapsDir . 'Includes/services/OSM/OSM.php';
 91+ include_once $egMapsDir . 'includes/services/OSM/OSM.php';
9292
9393 # Array of String. Array containing all the mapping services that will be made available to the user.
9494 # Currently Maps provides the following services: googlemaps, yahoomaps, openlayers, osm.

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r72479Lower casing attemptjeroendedauw12:08, 6 September 2010
r72482Lower casing attemptjeroendedauw12:15, 6 September 2010

Status & tagging log