From ddfab2390fb52aa211a658326ac89c96d4da958e Mon Sep 17 00:00:00 2001 From: Alex Z Date: Tue, 30 Sep 2008 19:57:00 +0000 Subject: [PATCH] (bug 15789) Autoblocks now have the same setting for editing user talk as the original block. --- includes/Block.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/Block.php b/includes/Block.php index 7efdab902e..5723dc77b2 100644 --- a/includes/Block.php +++ b/includes/Block.php @@ -651,7 +651,7 @@ class Block { $ipblock->mCreateAccount = $this->mCreateAccount; # Continue suppressing the name if needed $ipblock->mHideName = $this->mHideName; - + $ipblock->mAllowUsertalk = $this->mAllowUsertalk; # If the user is already blocked with an expiry date, we don't # want to pile on top of that! if($this->mExpiry) { -- 2.20.1