From b40301cad4e90dbdadebfca13114c530997a25f1 Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Mon, 6 Apr 2009 14:22:54 +0000 Subject: [PATCH] rm stray $wgUser --- includes/specials/SpecialRecentchangeslinked.php | 1 - 1 file changed, 1 deletion(-) 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 ){ -- 2.20.1