rm stray $wgUser
authorChad Horohoe <demon@users.mediawiki.org>
Mon, 6 Apr 2009 14:22:54 +0000 (14:22 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Mon, 6 Apr 2009 14:22:54 +0000 (14:22 +0000)
includes/specials/SpecialRecentchangeslinked.php

index c58ffff..82aa5b9 100644 (file)
@@ -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 ){