Index: trunk/extensions/UserThrottle/UserThrottle.php |
— | — | @@ -29,10 +29,10 @@ |
30 | 30 | $wgExtensionCredits['other'][] = array( |
31 | 31 | 'path' => __FILE__, |
32 | 32 | 'version' => '0.2', |
33 | | - 'name' => 'Throttle', |
| 33 | + 'name' => 'UserThrottle', |
34 | 34 | 'author' => 'Brion Vibber', |
35 | 35 | 'descriptionmsg' => 'userthrottle-desc', |
36 | | - 'url' => 'http://www.mediawiki.org/wiki/Extension:Throttle', |
| 36 | + 'url' => 'http://www.mediawiki.org/wiki/Extension:UserThrottle', |
37 | 37 | ); |
38 | 38 | |
39 | 39 | $wgHooks['AbortNewAccount'][] = 'throttleGlobalHit'; |