From 824f536be951395423ec72e1442fbb5cbce6dada Mon Sep 17 00:00:00 2001 From: Tim Starling Date: Fri, 12 Dec 2003 00:14:53 +0000 Subject: [PATCH] bug fix in range block code, spelling error --- includes/User.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/User.php b/includes/User.php index 06be141555..04cbc2d203 100644 --- a/includes/User.php +++ b/includes/User.php @@ -118,7 +118,7 @@ class User { if ( $fBlock ) { $this->mBlockedby = $wgRangeBlockUser; - $this->mBlockReason = $wgRangeBlockReason; + $this->mBlockreason = $wgRangeBlockReason; return; } -- 2.20.1