r56489 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r56488‎ | r56489 | r56490 >
Date:02:25, 17 September 2009
Author:aaron
Status:ok
Tags:
Comment:
Merged r56488: declare $wgOut to avoid fatal
Modified paths:
  • /branches/wmf-deployment/includes/specials/SpecialUserrights.php (modified) (history)

Diff [purge]

Index: branches/wmf-deployment/includes/specials/SpecialUserrights.php
@@ -47,7 +47,7 @@
4848 public function execute( $par ) {
4949 // If the visitor doesn't have permissions to assign or remove
5050 // any groups, it's a bit silly to give them the user search prompt.
51 - global $wgUser, $wgRequest;
 51+ global $wgUser, $wgRequest, $wgOut;
5252
5353 if( $par ) {
5454 $this->mTarget = $par;

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r56488Actually declare $wgOut ;)aaron02:24, 17 September 2009

Status & tagging log