For MediaWiki (recent comments | status changes | tags | authors | states | release notes)
Index: trunk/phase3/includes/api/ApiPageSet.php =================================================================== --- trunk/phase3/includes/api/ApiPageSet.php (revision 42731) +++ trunk/phase3/includes/api/ApiPageSet.php (revision 42732) @@ -587,9 +587,9 @@ // Validation if ($titleObj->getNamespace() < 0) - $this->dieUsage("No support for special pages has been implemented", 'unsupportednamespace'); - - $linkBatch->addObj($titleObj); + $this->setWarning("No support for special pages has been implemented"); + else + $linkBatch->addObj($titleObj); } // Make sure we remember the original title that was given to us