Adds the username of the blocking sysop as a variable to the blockedIPpage function...
authorAngela Beesley Starling <angelab@users.mediawiki.org>
Sat, 24 Apr 2004 12:46:17 +0000 (12:46 +0000)
committerAngela Beesley Starling <angelab@users.mediawiki.org>
Sat, 24 Apr 2004 12:46:17 +0000 (12:46 +0000)
includes/EditPage.php

index 5cc8f1e..7a1b6fd 100644 (file)
@@ -410,7 +410,7 @@ htmlspecialchars( $wgLang->recodeForEdit( $this->textbox1 ) ) .
                $link = "[[" . $wgLang->getNsText( Namespace::getUser() ) .
                  ":{$name}|{$name}]]";
 
-               $wgOut->addWikiText( wfMsg( "blockedtext", $link, $reason, $ip ) );
+               $wgOut->addWikiText( wfMsg( "blockedtext", $link, $reason, $ip, $name ) );
                $wgOut->returnToMain( false );
        }