r47862 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r47861‎ | r47862 | r47863 >
Date:14:29, 27 February 2009
Author:catrope
Status:ok (Comments)
Tags:
Comment:
Backporting r47861 to the 1.14 branch
Modified paths:
  • /branches/REL1_14/phase3/includes/api/ApiBase.php (modified) (history)

Diff [purge]

Index: branches/REL1_14/phase3/includes/api/ApiBase.php
@@ -747,7 +747,7 @@
748748 */
749749 public function dieUsageMsg($error) {
750750 $parsed = $this->parseMsg($error);
751 - $this->dieUsage($parsed['code'], $parsed['info']);
 751+ $this->dieUsage($parsed['info'], $parsed['code']);
752752 }
753753
754754 /**

Follow-up revisions

RevisionCommit summaryAuthorDate
r47863RELEASE-NOTES for r47862catrope14:32, 27 February 2009

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r47861API: (bug 17703) Fix regression from r47039 causing error code and error text...catrope14:28, 27 February 2009

Comments

#Comment by Catrope (talk | contribs)   14:33, 27 February 2009

RELEASE-NOTES in r47863

Status & tagging log