From: Andrew Garrett Date: Mon, 13 Nov 2006 06:44:37 +0000 (+0000) Subject: Make pretend feature from last commit actually exist X-Git-Tag: 1.31.0-rc.0~55199 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/comptes/journal.php?a=commitdiff_plain;h=23021c791518915881a384327c5f8c3ab6bf162d;p=lhc%2Fweb%2Fwiklou.git Make pretend feature from last commit actually exist --- 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!