* API: Really fix bug 17673 this time: exportnowrap still returned fatal errors when...
authorRoan Kattouw <catrope@users.mediawiki.org>
Fri, 20 Mar 2009 11:40:54 +0000 (11:40 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Fri, 20 Mar 2009 11:40:54 +0000 (11:40 +0000)
commit902cc71973a0a710271df40492c5fb772ba93450
tree2ded5e31c60290265571a1c4b445d6850423c87f
parentd48ee9ffdae4a1031210be33809ffde51e64403c
* API: Really fix bug 17673 this time: exportnowrap still returned fatal errors when no titles were given or generated
* Move export/exportnowrap handling code out of the if(count($pages)) branch
* Add an error fallback to ApiFormatRaw (exportnowrap uses the XML formatter for errors), since Raw doesn't know how to format errors
includes/api/ApiFormatRaw.php
includes/api/ApiQuery.php