r100811 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r100810‎ | r100811 | r100812 >
Date:14:50, 26 October 2011
Author:catrope
Status:ok
Tags:
Comment:
Fix typo in r100808
Modified paths:
  • /branches/wmf/1.18wmf1/extensions/ArticleFeedback/api/ApiArticleFeedback.php (modified) (history)

Diff [purge]

Index: branches/wmf/1.18wmf1/extensions/ArticleFeedback/api/ApiArticleFeedback.php
@@ -396,7 +396,7 @@
397397 ),
398398 );
399399
400 - foreach( $wgArticleFeedbackRatingsTypes as $rating => $unused ) {
 400+ foreach( $wgArticleFeedbackRatingTypes as $rating => $unused ) {
401401 $ret["r{$rating}"] = array(
402402 ApiBase::PARAM_TYPE => 'integer',
403403 ApiBase::PARAM_REQUIRED => true,

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r1008081.18wmf1: MFT r100806catrope14:44, 26 October 2011

Status & tagging log