r17606 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r17605‎ | r17606 | r17607 >
Date:06:44, 13 November 2006
Author:werdna
Status:old
Tags:
Comment:
Make pretend feature from last commit actually exist
Modified paths:
  • /trunk/phase3/includes/Block.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Block.php
@@ -470,6 +470,7 @@
471471 $ipblock->mReason = wfMsgForContent( 'autoblocker', $this->mAddress, $this->mReason );
472472 $ipblock->mTimestamp = wfTimestampNow();
473473 $ipblock->mAuto = 1;
 474+ $ipblock->mCreateAccount = $this->mCreateAccount;
474475
475476 # If the user is already blocked with an expiry date, we don't
476477 # want to pile on top of that!