From: Alexandre Emsenhuber Date: Sat, 3 Apr 2010 18:52:13 +0000 (+0000) Subject: Allow [[MediaWiki:Activeusers-summary]] to be used X-Git-Tag: 1.31.0-rc.0~37259 X-Git-Url: https://git.cyclocoop.org/admin/?a=commitdiff_plain;h=81a778edca76c882dd7530fc76f0ac2199c15c69;p=lhc%2Fweb%2Fwiklou.git Allow [[MediaWiki:Activeusers-summary]] to be used --- diff --git a/includes/specials/SpecialActiveusers.php b/includes/specials/SpecialActiveusers.php index 7d907fb50d..95302c8457 100644 --- a/includes/specials/SpecialActiveusers.php +++ b/includes/specials/SpecialActiveusers.php @@ -170,6 +170,7 @@ class SpecialActiveUsers extends SpecialPage { global $wgOut, $wgLang, $wgRCMaxAge; $this->setHeaders(); + $this->outputHeader(); $up = new ActiveUsersPager();