removing unused globals and some whitespace cleaning
[lhc/web/wiklou.git] / includes / SpecialEmailuser.php
index 59899c9..95f696f 100644 (file)
@@ -149,7 +149,7 @@ class EmailUserForm {
        }
 
        function showSuccess() {
-               global $wgOut, $wgUser;
+               global $wgOut;
 
                $wgOut->setPagetitle( wfMsg( "emailsent" ) );
                $wgOut->addHTML( wfMsg( "emailsenttext" ) );