Special:IPBlockList's internal name is 'Ipblocklist', not 'IPBlockList' (throwing...
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Fri, 25 Sep 2009 16:20:09 +0000 (16:20 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Fri, 25 Sep 2009 16:20:09 +0000 (16:20 +0000)
includes/specials/SpecialIpblocklist.php

index 78126d4..e017cec 100644 (file)
@@ -364,7 +364,7 @@ class IPUnblockForm {
                global $wgUser;
                $sk = $wgUser->getSkin();
                $params = $override + $options;
-               $ipblocklist = SpecialPage::getTitleFor( 'IPBlockList' );
+               $ipblocklist = SpecialPage::getTitleFor( 'Ipblocklist' );
                return $sk->link( $ipblocklist, htmlspecialchars( $title ),
                        ( $active ? array( 'style'=>'font-weight: bold;' ) : array() ), $params, array( 'known' ) );
        }