r95165 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r95164‎ | r95165 | r95166 >
Date:18:15, 21 August 2011
Author:raymond
Status:ok
Tags:lamecommitsummary 
Comment:
fu r95152: remove debug line.
Modified paths:
  • /trunk/phase3/includes/specials/SpecialUserlogin.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialUserlogin.php
@@ -382,7 +382,6 @@
383383 wfDebug( "LoginForm::exemptFromAccountCreationThrottle: a hook allowed account creation w/o throttle\n" );
384384 } else {
385385 if ( ( $wgAccountCreationThrottle && $wgUser->isPingLimitable() ) ) {
386 - wfDebugLog( 'CACT', "IN der core Throttle Abfrage\n" );
387386 $key = wfMemcKey( 'acctcreate', 'ip', $ip );
388387 $value = $wgMemc->get( $key );
389388 if ( !$value ) {

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r95152New hook point to exempt an IP address from the account creation throttle. Re...raymond16:38, 21 August 2011

Status & tagging log