Index: trunk/phase3/includes/Block.php |
— | — | @@ -651,7 +651,7 @@ |
652 | 652 | $ipblock->mCreateAccount = $this->mCreateAccount; |
653 | 653 | # Continue suppressing the name if needed |
654 | 654 | $ipblock->mHideName = $this->mHideName; |
655 | | - |
| 655 | + $ipblock->mAllowUsertalk = $this->mAllowUsertalk; |
656 | 656 | # If the user is already blocked with an expiry date, we don't |
657 | 657 | # want to pile on top of that! |
658 | 658 | if($this->mExpiry) { |