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