From: Mark A. Hershberger Date: Fri, 26 Feb 2010 02:34:00 +0000 (+0000) Subject: follow up r61715 - minor style nit X-Git-Tag: 1.31.0-rc.0~37602 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/pie.php?a=commitdiff_plain;h=83fab88490b7ba7cfa1ee0a6e666df6c5156e448;p=lhc%2Fweb%2Fwiklou.git follow up r61715 - minor style nit --- 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;