r25405 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r25404‎ | r25405 | r25406 >
Date:10:41, 2 September 2007
Author:aaron
Status:old
Tags:
Comment:
*Fix comment typo
Modified paths:
  • /trunk/extensions/ConfirmAccount/ConfirmAccount_body.php (modified) (history)

Diff [purge]

Index: trunk/extensions/ConfirmAccount/ConfirmAccount_body.php
@@ -212,7 +212,7 @@
213213 return false;
214214 }
215215 $dbw->commit();
216 - # Now request spamming.
 216+ # No request spamming...
217217 # BC: check if isPingLimitable() exists
218218 if( $wgAccountRequestThrottle && ( !method_exists($u,'isPingLimitable') || $wgUser->isPingLimitable() ) ) {
219219 $key = wfMemcKey( 'acctrequest', 'ip', wfGetIP() );

Status & tagging log