From: Roan Kattouw Date: Fri, 13 Feb 2009 21:37:17 +0000 (+0000) Subject: ...and remove another allpages leftover *sigh* X-Git-Tag: 1.31.0-rc.0~42899 X-Git-Url: http://git.cyclocoop.org/%24action?a=commitdiff_plain;h=df08e87bcd0d500ff3d5da5e1beadb9f230a543a;p=lhc%2Fweb%2Fwiklou.git ...and remove another allpages leftover *sigh* --- 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); }