From: Aaron Schulz Date: Thu, 17 Sep 2009 02:24:38 +0000 (+0000) Subject: Actually declare $wgOut ;) X-Git-Tag: 1.31.0-rc.0~39691 X-Git-Url: https://git.cyclocoop.org/%242?a=commitdiff_plain;h=d78040a1dfee66943ff398f660ffed4dd95753e4;p=lhc%2Fweb%2Fwiklou.git Actually declare $wgOut ;) --- diff --git a/includes/specials/SpecialUserrights.php b/includes/specials/SpecialUserrights.php index 996f877ed3..f8cae80506 100644 --- a/includes/specials/SpecialUserrights.php +++ b/includes/specials/SpecialUserrights.php @@ -47,7 +47,7 @@ class UserrightsPage extends SpecialPage { public function execute( $par ) { // If the visitor doesn't have permissions to assign or remove // any groups, it's a bit silly to give them the user search prompt. - global $wgUser, $wgRequest; + global $wgUser, $wgRequest, $wgOut; if( $par ) { $this->mTarget = $par;