Index: branches/Maps0.7.x/Maps.php |
— | — | @@ -36,7 +36,7 @@ |
37 | 37 | 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 />' ); |
38 | 38 | } |
39 | 39 | |
40 | | -define( 'Maps_VERSION', '0.7.6' ); |
| 40 | +define( 'Maps_VERSION', '0.7.6.1' ); |
41 | 41 | |
42 | 42 | $wgExtensionCredits['parserhook'][] = array( |
43 | 43 | 'path' => __FILE__, |
Index: branches/Maps0.7.x/includes/services/OpenLayers/Maps_ParamOLLayers.php |
— | — | @@ -90,7 +90,7 @@ |
91 | 91 | |
92 | 92 | $parameter->setValue( $egMapsUseRL ? $layerDefs : '[' . implode( ',', $layerDefs ) . ']' ); |
93 | 93 | |
94 | | - //MapsMappingServices::getServiceInstance( 'openlayers' )->addLayerDependencies( $this->getDependencies( $layerNames ) ); |
| 94 | + MapsMappingServices::getServiceInstance( 'openlayers' )->addLayerDependencies( $this->getDependencies( $layerNames ) ); |
95 | 95 | } |
96 | 96 | |
97 | 97 | /** |