Index: trunk/phase3/includes/api/ApiQuery.php |
— | — | @@ -232,7 +232,7 @@ |
233 | 233 | $this->params = $this->extractRequestParams(); |
234 | 234 | $this->redirects = $this->params['redirects']; |
235 | 235 | $this->convertTitles = $this->params['converttitles']; |
236 | | - $this->iwUrl = $this->params['wurl']; |
| 236 | + $this->iwUrl = $this->params['iwurl']; |
237 | 237 | |
238 | 238 | // Create PageSet |
239 | 239 | $this->mPageSet = new ApiPageSet( $this, $this->redirects, $this->convertTitles ); |