r109813 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r109812‎ | r109813 | r109814 >
Date:10:54, 23 January 2012
Author:maxsem
Status:ok
Tags:
Comment:
Add dim to props
Modified paths:
  • /trunk/extensions/GeoData/ApiQueryCoordinates.php (modified) (history)

Diff [purge]

Index: trunk/extensions/GeoData/ApiQueryCoordinates.php
@@ -86,7 +86,7 @@
8787 ApiBase::PARAM_TYPE => 'string',
8888 ),
8989 'prop' => array(
90 - ApiBase::PARAM_TYPE => array( 'type', 'name', 'country', 'region' ),
 90+ ApiBase::PARAM_TYPE => array( 'type', 'name', 'dim', 'country', 'region' ),
9191 ApiBase::PARAM_DFLT => '',
9292 ApiBase::PARAM_ISMULTI => true,
9393 ),

Status & tagging log