r76911 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r76910‎ | r76911 | r76912 >
Date:22:39, 17 November 2010
Author:jeroendedauw
Status:deferred
Tags:
Comment:
commented out experimental code that was causing problems
Modified paths:
  • /trunk/extensions/Maps/Maps_Settings.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Maps/Maps_Settings.php
@@ -407,7 +407,7 @@
408408
409409 # Layer dependencie (MediaWiki >= 1.17).
410410 // http://maps.google.com/maps/api/js?sensor=false
411 - $egMapsOLLayerModules = array(
 411+ $egMapsOLLayerModules = array(/*
412412 'ext.maps.ol.osm' => array(
413413 'scripts' => array(
414414 'OSM/OpenStreetMap.js',
@@ -428,7 +428,7 @@
429429 'http://clients.multimap.com/API/maps/1.1/metacarta_04',
430430 ),
431431 )
432 - );
 432+ */);
433433
434434 # Layer dependencies (MediaWiki < 1.17).
435435 $egMapsOLLayerDependencies = array(

Status & tagging log