Index: trunk/phase3/includes/specials/SpecialUserrights.php |
— | — | @@ -47,7 +47,7 @@ |
48 | 48 | public function execute( $par ) { |
49 | 49 | // If the visitor doesn't have permissions to assign or remove |
50 | 50 | // any groups, it's a bit silly to give them the user search prompt. |
51 | | - global $wgUser, $wgRequest; |
| 51 | + global $wgUser, $wgRequest, $wgOut; |
52 | 52 | |
53 | 53 | if( $par ) { |
54 | 54 | $this->mTarget = $par; |