From 3a91f49fcd2ae987bb05802345be920d26b6a397 Mon Sep 17 00:00:00 2001 From: Tim Starling Date: Mon, 31 May 2004 11:00:20 +0000 Subject: [PATCH] Minor bug fix --- includes/User.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/User.php b/includes/User.php index 41526571c7..686963c9fd 100644 --- a/includes/User.php +++ b/includes/User.php @@ -650,7 +650,7 @@ class User { } # Make a new block object with the desired properties - wfDebug( "Autoblocking {$this->mUserName}@{$wgIP}\n" ); + wfDebug( "Autoblocking {$this->mName}@{$wgIP}\n" ); $ipblock->mAddress = $wgIP; $ipblock->mUser = 0; $ipblock->mBy = $userblock->mBy; -- 2.20.1