Fix block log entry
authorBrion Vibber <brion@users.mediawiki.org>
Thu, 27 Nov 2003 01:09:35 +0000 (01:09 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Thu, 27 Nov 2003 01:09:35 +0000 (01:09 +0000)
includes/SpecialBlockip.php

index f03e535..023ca54 100644 (file)
@@ -91,7 +91,7 @@ class IPBlockForm {
 
                # Make log entry
                $log = new LogPage( wfMsg( "blocklogpage" ), wfMsg( "blocklogtext" ) );
-               $action = wfMsg( "blocklogentry", $wgBlockAddress );
+               $action = wfMsg( "blocklogentry", $wpBlockAddress );
                $log->addEntry( $action, $wpBlockReason );
 
                # Report to the user