r107879 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r107878‎ | r107879 | r107880 >
Date:11:35, 3 January 2012
Author:catrope
Status:ok
Tags:
Comment:
Fix typo in r101627
Modified paths:
  • /branches/RL2/extensions/Gadgets/backend/ForeignAPIGadgetRepo.php (modified) (history)

Diff [purge]

Index: branches/RL2/extensions/Gadgets/backend/ForeignAPIGadgetRepo.php
@@ -38,7 +38,7 @@
3939 if ( is_array( $apiResult ) ) {
4040 return $this->reformatAPIResult( $apiResult );
4141 } else {
42 - // TODO what do we do with the error mesage? loadAllData() doesn't have a facility for this
 42+ // TODO what do we do with the error message? loadAllData() doesn't have a facility for this
4343 return array();
4444 }
4545 }
@@ -49,7 +49,7 @@
5050 $formatted = $this->reformatAPIResult( $apiResult );
5151 return $formatted[0];
5252 } else {
53 - // TODO what do we do with the error mesage? loadAllData() doesn't have a facility for this
 53+ // TODO what do we do with the error message? loadAllData() doesn't have a facility for this
5454 return array();
5555 }
5656 }

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r101627[RL2] Add ForeignAPIGadgetRepo. Tested and workingcatrope15:02, 2 November 2011

Status & tagging log