From da5268ad6a7a439cd0e16d49018df4b72ec45459 Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Sun, 5 Jun 2011 23:28:59 +0000 Subject: [PATCH] Fix typo from r89539 --- includes/api/ApiQuery.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ); -- 2.20.1