r85734 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r85733‎ | r85734 | r85735 >
Date:19:55, 9 April 2011
Author:jeroendedauw
Status:deferred
Tags:
Comment:
fixed cp error
Modified paths:
  • /trunk/extensions/Maps/includes/services/GoogleMaps3/Maps_GoogleMaps3.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Maps/includes/services/GoogleMaps3/Maps_GoogleMaps3.php
@@ -120,7 +120,7 @@
121121 $params['typestyle']->setDefault( $egMapsGMaps3DefTypeStyle );
122122 $params['typestyle']->addCriteria( new CriterionInArray( array_keys( self::$tyepControlStyles ) ) );
123123 $params['typestyle']->addManipulations( new MapsParamGMap3Typestyle() );
124 - $params['type']->setDescription( wfMsg( 'maps-googlemaps3-par-type' ) );
 124+ $params['typestyle']->setDescription( wfMsg( 'maps-googlemaps3-par-typestyle' ) );
125125
126126 $params['autoinfowindows'] = new Parameter( 'autoinfowindows', Parameter::TYPE_BOOLEAN );
127127 $params['autoinfowindows']->setDefault( $egMapsGMaps3AutoInfoWindows );

Status & tagging log