...and remove another allpages leftover *sigh*
authorRoan Kattouw <catrope@users.mediawiki.org>
Fri, 13 Feb 2009 21:37:17 +0000 (21:37 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Fri, 13 Feb 2009 21:37:17 +0000 (21:37 +0000)
includes/api/ApiQueryProtectedTitles.php

index 28b9791..88eb548 100644 (file)
@@ -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);
        }