From: Sam Reed Date: Sun, 5 Jun 2011 23:28:59 +0000 (+0000) Subject: Fix typo from r89539 X-Git-Tag: 1.31.0-rc.0~29684 X-Git-Url: http://git.cyclocoop.org/%22.%24info%5B?a=commitdiff_plain;h=da5268ad6a7a439cd0e16d49018df4b72ec45459;p=lhc%2Fweb%2Fwiklou.git Fix typo from r89539 --- diff --git a/includes/api/ApiQuery.php b/includes/api/ApiQuery.php index f8b8bfc1a8..d8389037ea 100644 --- a/includes/api/ApiQuery.php +++ b/includes/api/ApiQuery.php @@ -232,7 +232,7 @@ class ApiQuery extends ApiBase { $this->params = $this->extractRequestParams(); $this->redirects = $this->params['redirects']; $this->convertTitles = $this->params['converttitles']; - $this->iwUrl = $this->params['wurl']; + $this->iwUrl = $this->params['iwurl']; // Create PageSet $this->mPageSet = new ApiPageSet( $this, $this->redirects, $this->convertTitles );