From: Platonides Date: Tue, 29 May 2012 17:54:48 +0000 (+0200) Subject: Unused variable $wgUser X-Git-Tag: 1.31.0-rc.0~23467^2 X-Git-Url: http://git.cyclocoop.org//%27http:/jquery.khurshid.com/ifixpng.php/%27?a=commitdiff_plain;h=669b1e19275aa200fdcfeadc0f2c62bd76e40bd1;p=lhc%2Fweb%2Fwiklou.git Unused variable $wgUser Change-Id: Ib00ba04cc372788b791fec3f1358048530ecca9f --- diff --git a/includes/specials/SpecialEmailuser.php b/includes/specials/SpecialEmailuser.php index 55b500df37..2ab02cb5a9 100644 --- a/includes/specials/SpecialEmailuser.php +++ b/includes/specials/SpecialEmailuser.php @@ -254,7 +254,7 @@ class SpecialEmailUser extends UnlistedSpecialPage { * or maybe even true on success if anything uses the EmailUser hook. */ public static function submit( array $data, IContextSource $context ) { - global $wgUser, $wgUserEmailUseReplyTo; + global $wgUserEmailUseReplyTo; $target = self::getTarget( $data['Target'] ); if( !$target instanceof User ) {