From 4834a89438ba7323525afb77f376a520f82a47a1 Mon Sep 17 00:00:00 2001 From: Aryeh Gregor Date: Wed, 22 Nov 2006 23:27:10 +0000 Subject: [PATCH] Argh, syntax error --- includes/Block.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/Block.php b/includes/Block.php index e050474290..404e574fc2 100644 --- a/includes/Block.php +++ b/includes/Block.php @@ -275,7 +275,7 @@ class Block $this->mRangeEnd = ''; if ( $this->mUser == 0 ) { - list($this->mRangeStart, $this->mRangeEnd) = IP::parseRange$this->mAddress); + list($this->mRangeStart, $this->mRangeEnd) = IP::parseRange($this->mAddress); } } -- 2.20.1