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

Revision: 84477
Author:   jeroendedauw
Date:     2011-03-21 19:39:19 +0000 (Mon, 21 Mar 2011)
Log Message:
-----------
fix wrongly commented out code

Modified Paths:
--------------
    branches/Maps0.7.x/Maps.php
    branches/Maps0.7.x/includes/services/OpenLayers/Maps_ParamOLLayers.php

Modified: branches/Maps0.7.x/Maps.php
===================================================================
--- branches/Maps0.7.x/Maps.php 2011-03-21 19:38:17 UTC (rev 84476)
+++ branches/Maps0.7.x/Maps.php 2011-03-21 19:39:19 UTC (rev 84477)
@@ -36,7 +36,7 @@
        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 />' );
 }
 
-define( 'Maps_VERSION', '0.7.6' );
+define( 'Maps_VERSION', '0.7.6.1' );
 
 $wgExtensionCredits['parserhook'][] = array(
        'path' => __FILE__,

Modified: branches/Maps0.7.x/includes/services/OpenLayers/Maps_ParamOLLayers.php
===================================================================
--- branches/Maps0.7.x/includes/services/OpenLayers/Maps_ParamOLLayers.php      
2011-03-21 19:38:17 UTC (rev 84476)
+++ branches/Maps0.7.x/includes/services/OpenLayers/Maps_ParamOLLayers.php      
2011-03-21 19:39:19 UTC (rev 84477)
@@ -90,7 +90,7 @@
                
                $parameter->setValue( $egMapsUseRL ? $layerDefs : '[' . 
implode( ',', $layerDefs ) . ']' );
                
-               //MapsMappingServices::getServiceInstance( 'openlayers' 
)->addLayerDependencies( $this->getDependencies( $layerNames ) );
+               MapsMappingServices::getServiceInstance( 'openlayers' 
)->addLayerDependencies( $this->getDependencies( $layerNames ) );
        }
        
        /**


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

Reply via email to