From: Chad Horohoe Date: Mon, 6 Apr 2009 14:22:54 +0000 (+0000) Subject: rm stray $wgUser X-Git-Tag: 1.31.0-rc.0~42211 X-Git-Url: http://git.cyclocoop.org/%22.%24h.%22?a=commitdiff_plain;h=b40301cad4e90dbdadebfca13114c530997a25f1;p=lhc%2Fweb%2Fwiklou.git rm stray $wgUser --- diff --git a/includes/specials/SpecialRecentchangeslinked.php b/includes/specials/SpecialRecentchangeslinked.php index c58ffff076..82aa5b98e3 100644 --- a/includes/specials/SpecialRecentchangeslinked.php +++ b/includes/specials/SpecialRecentchangeslinked.php @@ -190,7 +190,6 @@ class SpecialRecentchangeslinked extends SpecialRecentchanges { function setBottomText( OutputPage $out, FormOptions $opts ){ if( isset( $this->mTargetTitle ) && is_object( $this->mTargetTitle ) ){ - global $wgUser; $out->setFeedAppendQuery( "target=" . urlencode( $this->mTargetTitle->getPrefixedDBkey() ) ); } if( isset( $this->mResultEmpty ) && $this->mResultEmpty ){