r101610 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r101609‎ | r101610 | r101611 >
Date:10:35, 2 November 2011
Author:nikerabbit
Status:ok (Comments)
Tags:
Comment:
Followup r101608 - fix syntax error
Modified paths:
  • /trunk/extensions/Translate/api/ApiQueryMessageCollection.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Translate/api/ApiQueryMessageCollection.php
@@ -120,7 +120,7 @@
121121 return array(
122122 'group' => array(
123123 ApiBase::PARAM_TYPE => array_keys( MessageGroups::getAllGroups() ),
124 - ApiBase::PARAM_REQUIRED => true;
 124+ ApiBase::PARAM_REQUIRED => true,
125125 ),
126126 'language' => array(
127127 ApiBase::PARAM_TYPE => 'string',

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r101608Removed BC code not needed any longernikerabbit10:20, 2 November 2011

Comments

#Comment by Nikerabbit (talk | contribs)   13:42, 2 November 2011

Setting back to new, Translate extension is now on the cluster and should be reviewed.

Status & tagging log