Fix typo from r89539
authorSam Reed <reedy@users.mediawiki.org>
Sun, 5 Jun 2011 23:28:59 +0000 (23:28 +0000)
committerSam Reed <reedy@users.mediawiki.org>
Sun, 5 Jun 2011 23:28:59 +0000 (23:28 +0000)
includes/api/ApiQuery.php

index f8b8bfc..d838903 100644 (file)
@@ -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 );