From: Rotem Liss Date: Sun, 6 Jan 2008 14:57:45 +0000 (+0000) Subject: Make sure to show the header message (MediaWiki:Userrights-summary) of Special:Userri... X-Git-Tag: 1.31.0-rc.0~50114 X-Git-Url: https://git.cyclocoop.org/%28%28?a=commitdiff_plain;h=6d3e36c174b7d2655a265b7adb1ebf162f6a554b;p=lhc%2Fweb%2Fwiklou.git Make sure to show the header message (MediaWiki:Userrights-summary) of Special:Userrights. --- diff --git a/includes/SpecialUserrights.php b/includes/SpecialUserrights.php index 9b4eeb03b0..40fe55a5e8 100644 --- a/includes/SpecialUserrights.php +++ b/includes/SpecialUserrights.php @@ -51,6 +51,8 @@ class UserrightsPage extends SpecialPage { return; } + $this->outputHeader(); + global $wgRequest; if( $par ) { $this->mTarget = $par;