(bug 15789) Autoblocks now have the same setting for editing user talk as the origina...
authorAlex Z <mrzman@users.mediawiki.org>
Tue, 30 Sep 2008 19:57:00 +0000 (19:57 +0000)
committerAlex Z <mrzman@users.mediawiki.org>
Tue, 30 Sep 2008 19:57:00 +0000 (19:57 +0000)
includes/Block.php

index 7efdab9..5723dc7 100644 (file)
@@ -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) {