* (bug 33762) QueryPage-based special pages no longer misses *-summary message
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Fri, 27 Jan 2012 07:15:18 +0000 (07:15 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Fri, 27 Jan 2012 07:15:18 +0000 (07:15 +0000)
RELEASE-NOTES-1.19
includes/QueryPage.php

index 2e6e72a..732a994 100644 (file)
@@ -238,6 +238,7 @@ production.
 * (bug 33880) $wgUsersNotifiedOnAllChanges should not send e-mail to user who made
   the edit.
 * (bug 33902) Decoding %2B with mw.Uri.decode results in ' ' instead of +
+* (bug 33762) QueryPage-based special pages no longer misses *-summary message.
 
 === API changes in 1.19 ===
 * Made action=edit less likely to return "unknownerror", by returning the actual error
index 12321ab..8778120 100644 (file)
@@ -449,6 +449,8 @@ abstract class QueryPage extends SpecialPage {
                $dbr = wfGetDB( DB_SLAVE );
 
                $this->setHeaders();
+               $this->outputHeader();
+
                $out = $this->getOutput();
                $out->setSyndicated( $this->isSyndicated() );