From 2c343c99fc3febe4a43be622e57646b4849f25aa Mon Sep 17 00:00:00 2001 From: Yuri Astrakhan Date: Mon, 28 May 2007 08:06:40 +0000 Subject: [PATCH] API: fixed broken redirects feature --- includes/api/ApiQuery.php | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/api/ApiQuery.php b/includes/api/ApiQuery.php index a741b29720..15e9706829 100644 --- a/includes/api/ApiQuery.php +++ b/includes/api/ApiQuery.php @@ -149,6 +149,7 @@ class ApiQuery extends ApiBase { public function execute() { $this->params = $this->extractRequestParams(); + $this->redirects = $this->params['redirects']; // // Create PageSet -- 2.20.1