Remove unused globals
[lhc/web/wiklou.git] / includes / specials / SpecialUserlogin.php
index d571c8b..098caaf 100644 (file)
@@ -737,7 +737,7 @@ class LoginForm extends SpecialPage {
        }
 
        function processLogin() {
-               global $wgMemc, $wgLang, $wgSecureLogin, $wgCookieSecure;
+               global $wgMemc, $wgLang, $wgSecureLogin;
 
                switch ( $this->authenticateUserData() ) {
                        case self::SUCCESS: