r89541 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r89540‎ | r89541 | r89542 >
Date:23:28, 5 June 2011
Author:reedy
Status:ok
Tags:
Comment:
Fix typo from r89539
Modified paths:
  • /trunk/phase3/includes/api/ApiQuery.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/api/ApiQuery.php
@@ -232,7 +232,7 @@
233233 $this->params = $this->extractRequestParams();
234234 $this->redirects = $this->params['redirects'];
235235 $this->convertTitles = $this->params['converttitles'];
236 - $this->iwUrl = $this->params['wurl'];
 236+ $this->iwUrl = $this->params['iwurl'];
237237
238238 // Create PageSet
239239 $this->mPageSet = new ApiPageSet( $this, $this->redirects, $this->convertTitles );

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r89539* (bug 29237) add interwiki target url attribute to api/query/interwikireedy22:51, 5 June 2011

Status & tagging log