From e770c8756dde2f3f29395f806e735669ff6de365 Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Sat, 25 Feb 2012 16:00:26 +0000 Subject: [PATCH] Forgot to commit this file in r112396 --- includes/specials/SpecialWhatlinkshere.php | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/specials/SpecialWhatlinkshere.php b/includes/specials/SpecialWhatlinkshere.php index 095016554c..79305adaa8 100644 --- a/includes/specials/SpecialWhatlinkshere.php +++ b/includes/specials/SpecialWhatlinkshere.php @@ -51,6 +51,7 @@ class SpecialWhatLinksHere extends SpecialPage { $out = $this->getOutput(); $this->setHeaders(); + $this->outputHeader(); $opts = new FormOptions(); -- 2.20.1