Index: trunk/extensions/ConfirmAccount/ConfirmAccount_body.php |
— | — | @@ -212,7 +212,7 @@ |
213 | 213 | return false; |
214 | 214 | } |
215 | 215 | $dbw->commit(); |
216 | | - # Now request spamming. |
| 216 | + # No request spamming... |
217 | 217 | # BC: check if isPingLimitable() exists |
218 | 218 | if( $wgAccountRequestThrottle && ( !method_exists($u,'isPingLimitable') || $wgUser->isPingLimitable() ) ) { |
219 | 219 | $key = wfMemcKey( 'acctrequest', 'ip', wfGetIP() ); |