Minor bug fix
authorTim Starling <tstarling@users.mediawiki.org>
Mon, 31 May 2004 11:00:20 +0000 (11:00 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Mon, 31 May 2004 11:00:20 +0000 (11:00 +0000)
includes/User.php

index 4152657..686963c 100644 (file)
@@ -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;