* (bug 4959) Call $this->outputHeader() so that the standard mechanism for

adding notices at the top of special pages will work with this extension.
This commit is contained in:
Ævar Arnfjörð Bjarmason 2006-02-26 20:45:30 +00:00
parent 8543e91ae8
commit 12eb4de999

View file

@ -57,6 +57,7 @@ function wfSpecialCite() {
$wgUseTidy = false;
$this->setHeaders();
$this->outputHeader();
$page = isset( $par ) ? $par : $wgRequest->getText( 'page' );
$id = $wgRequest->getInt( 'id' );