From: Alex Z Date: Tue, 30 Sep 2008 19:57:00 +0000 (+0000) Subject: (bug 15789) Autoblocks now have the same setting for editing user talk as the origina... X-Git-Tag: 1.31.0-rc.0~44981 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/?a=commitdiff_plain;h=ddfab2390fb52aa211a658326ac89c96d4da958e;p=lhc%2Fweb%2Fwiklou.git (bug 15789) Autoblocks now have the same setting for editing user talk as the original block. --- 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) {