From 12eb4de999eee7d8c11f4ac6f1463617d6cde6e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=86var=20Arnfj=C3=B6r=C3=B0=20Bjarmason?= Date: Sun, 26 Feb 2006 20:45:30 +0000 Subject: [PATCH] * (bug 4959) Call $this->outputHeader() so that the standard mechanism for adding notices at the top of special pages will work with this extension. --- SpecialCite.php | 1 + 1 file changed, 1 insertion(+) diff --git a/SpecialCite.php b/SpecialCite.php index 0a7648e8..ecad1359 100644 --- a/SpecialCite.php +++ b/SpecialCite.php @@ -57,6 +57,7 @@ function wfSpecialCite() { $wgUseTidy = false; $this->setHeaders(); + $this->outputHeader(); $page = isset( $par ) ? $par : $wgRequest->getText( 'page' ); $id = $wgRequest->getInt( 'id' );