r84477 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r84476‎ | r84477 | r84478 >
Date:19:39, 21 March 2011
Author:jeroendedauw
Status:deferred
Tags:
Comment:
fix wrongly commented out code
Modified paths:
  • /branches/Maps0.7.x/Maps.php (modified) (history)
  • /branches/Maps0.7.x/includes/services/OpenLayers/Maps_ParamOLLayers.php (modified) (history)

Diff [purge]

Index: branches/Maps0.7.x/Maps.php
@@ -36,7 +36,7 @@
3737 die( '<b>Error:</b> You need to have <a href="http://www.mediawiki.org/wiki/Extension:Validator">Validator</a> installed in order to use <a href="http://www.mediawiki.org/wiki/Extension:Maps">Maps</a>.<br />' );
3838 }
3939
40 -define( 'Maps_VERSION', '0.7.6' );
 40+define( 'Maps_VERSION', '0.7.6.1' );
4141
4242 $wgExtensionCredits['parserhook'][] = array(
4343 'path' => __FILE__,
Index: branches/Maps0.7.x/includes/services/OpenLayers/Maps_ParamOLLayers.php
@@ -90,7 +90,7 @@
9191
9292 $parameter->setValue( $egMapsUseRL ? $layerDefs : '[' . implode( ',', $layerDefs ) . ']' );
9393
94 - //MapsMappingServices::getServiceInstance( 'openlayers' )->addLayerDependencies( $this->getDependencies( $layerNames ) );
 94+ MapsMappingServices::getServiceInstance( 'openlayers' )->addLayerDependencies( $this->getDependencies( $layerNames ) );
9595 }
9696
9797 /**

Status & tagging log