From 83fab88490b7ba7cfa1ee0a6e666df6c5156e448 Mon Sep 17 00:00:00 2001 From: "Mark A. Hershberger" Date: Fri, 26 Feb 2010 02:34:00 +0000 Subject: [PATCH] follow up r61715 - minor style nit --- includes/User.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/User.php b/includes/User.php index 2dea90b320..f09294ffcf 100644 --- a/includes/User.php +++ b/includes/User.php @@ -1153,7 +1153,7 @@ class User { if ( $this->mBlock->load( $ip , $this->mId ) ) { wfDebug( __METHOD__ . ": Found block.\n" ); $this->mBlockedby = $this->mBlock->mBy; - if( $this->mBlockedby == "0" ) + if( $this->mBlockedby == 0 ) $this->mBlockedby = $this->mBlock->mByName; $this->mBlockreason = $this->mBlock->mReason; $this->mHideName = $this->mBlock->mHideName; -- 2.20.1