r76418 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r76417‎ | r76418 | r76419 >
Date:23:35, 9 November 2010
Author:jeroendedauw
Status:deferred
Tags:
Comment:
Removed redundant dash and fixed default value for setting
Modified paths:
  • /trunk/extensions/Maps/Maps_Settings.php (modified) (history)
  • /trunk/extensions/Maps/includes/services/OpenLayers/Maps_OpenLayers.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Maps/Maps_Settings.php
@@ -21,7 +21,7 @@
2222
2323
2424
25 -$egMapsUseRL = true; //method_exists( 'OutputPage', 'addModules' );
 25+$egMapsUseRL = false; //method_exists( 'OutputPage', 'addModules' );
2626
2727 # Features configuration
2828 # Commenting out the inclusion of any feature will make Maps completely ignore it, and so improve performance.
Index: trunk/extensions/Maps/includes/services/OpenLayers/Maps_OpenLayers.php
@@ -225,7 +225,7 @@
226226 $resourceLoader->register( $name, new ResourceLoaderFileModule(
227227 array_merge_recursive( $resources, array( 'group' => 'ext.maps' ) ),
228228 dirname( __FILE__ ),
229 - $egMapsScriptPath . '/includes/services/OpenLayers/'
 229+ $egMapsScriptPath . '/includes/services/OpenLayers'
230230 ) );
231231 }
232232

Status & tagging log