Index: trunk/phase3/includes/specials/SpecialIpblocklist.php |
— | — | @@ -364,7 +364,7 @@ |
365 | 365 | global $wgUser; |
366 | 366 | $sk = $wgUser->getSkin(); |
367 | 367 | $params = $override + $options; |
368 | | - $ipblocklist = SpecialPage::getTitleFor( 'IPBlockList' ); |
| 368 | + $ipblocklist = SpecialPage::getTitleFor( 'Ipblocklist' ); |
369 | 369 | return $sk->link( $ipblocklist, htmlspecialchars( $title ), |
370 | 370 | ( $active ? array( 'style'=>'font-weight: bold;' ) : array() ), $params, array( 'known' ) ); |
371 | 371 | } |