From 23021c791518915881a384327c5f8c3ab6bf162d Mon Sep 17 00:00:00 2001 From: Andrew Garrett Date: Mon, 13 Nov 2006 06:44:37 +0000 Subject: [PATCH] Make pretend feature from last commit actually exist --- includes/Block.php | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/Block.php b/includes/Block.php index 8558a61171..a6646fca82 100644 --- a/includes/Block.php +++ b/includes/Block.php @@ -470,6 +470,7 @@ class Block $ipblock->mReason = wfMsgForContent( 'autoblocker', $this->mAddress, $this->mReason ); $ipblock->mTimestamp = wfTimestampNow(); $ipblock->mAuto = 1; + $ipblock->mCreateAccount = $this->mCreateAccount; # If the user is already blocked with an expiry date, we don't # want to pile on top of that! -- 2.20.1