Index: trunk/phase3/includes/User.php |
— | — | @@ -1153,7 +1153,7 @@ |
1154 | 1154 | if ( $this->mBlock->load( $ip , $this->mId ) ) { |
1155 | 1155 | wfDebug( __METHOD__ . ": Found block.\n" ); |
1156 | 1156 | $this->mBlockedby = $this->mBlock->mBy; |
1157 | | - if( $this->mBlockedby == "0" ) |
| 1157 | + if( $this->mBlockedby == 0 ) |
1158 | 1158 | $this->mBlockedby = $this->mBlock->mByName; |
1159 | 1159 | $this->mBlockreason = $this->mBlock->mReason; |
1160 | 1160 | $this->mHideName = $this->mBlock->mHideName; |