Self revert r95041 per CR. I will commit a cleaner patch.
[lhc/web/wiklou.git] / includes / specials / SpecialUserlogin.php
index 14a06e4..ee4d617 100644 (file)
@@ -377,9 +377,6 @@ class LoginForm extends SpecialPage {
                        return false;
                }
 
-               // Hook point to change $wgAccountCreationThrottle
-               wfRunHooks( 'ChangeAccountCreationThrottle', array( $ip, &$wgAccountCreationThrottle ) );
-
                if ( $wgAccountCreationThrottle && $wgUser->isPingLimitable() ) {
                        $key = wfMemcKey( 'acctcreate', 'ip', $ip );
                        $value = $wgMemc->get( $key );