Index: trunk/extensions/AbuseFilter/SpecialAbuseFilter.php |
— | — | @@ -448,6 +448,7 @@ |
449 | 449 | $throttleFields = array(); |
450 | 450 | |
451 | 451 | if ($setActions['throttle']) { |
| 452 | + array_shift( $actions['throttle']['parameters'] ); |
452 | 453 | $throttleRate = explode(',',$actions['throttle']['parameters'][0]); |
453 | 454 | $throttleCount = $throttleRate[0]; |
454 | 455 | $throttlePeriod = $throttleRate[1]; |