r41444 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r41443‎ | r41444 | r41445 >
Date:19:57, 30 September 2008
Author:mrzman
Status:old
Tags:
Comment:
(bug 15789) Autoblocks now have the same setting for editing user talk as the original block.
Modified paths:
  • /trunk/phase3/includes/Block.php (modified) (history)

Diff [purge]

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

Status & tagging log