From df08e87bcd0d500ff3d5da5e1beadb9f230a543a Mon Sep 17 00:00:00 2001 From: Roan Kattouw Date: Fri, 13 Feb 2009 21:37:17 +0000 Subject: [PATCH] ...and remove another allpages leftover *sigh* --- includes/api/ApiQueryProtectedTitles.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/includes/api/ApiQueryProtectedTitles.php b/includes/api/ApiQueryProtectedTitles.php index 28b9791a47..88eb5482ce 100644 --- a/includes/api/ApiQueryProtectedTitles.php +++ b/includes/api/ApiQueryProtectedTitles.php @@ -44,9 +44,6 @@ class ApiQueryProtectedTitles extends ApiQueryGeneratorBase { } public function executeGenerator($resultPageSet) { - if ($resultPageSet->isResolvingRedirects()) - $this->dieUsage('Use "gapfilterredir=nonredirects" option instead of "redirects" when using allpages as a generator', 'params'); - $this->run($resultPageSet); } -- 2.20.1