From: Tim Starling Date: Mon, 31 May 2004 11:00:20 +0000 (+0000) Subject: Minor bug fix X-Git-Tag: 1.5.0alpha1~3116 X-Git-Url: https://git.cyclocoop.org/%7B%7B%20url_for%28?a=commitdiff_plain;h=3a91f49fcd2ae987bb05802345be920d26b6a397;p=lhc%2Fweb%2Fwiklou.git Minor bug fix --- 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;