From: Aryeh Gregor Date: Wed, 22 Nov 2006 23:27:10 +0000 (+0000) Subject: Argh, syntax error X-Git-Tag: 1.31.0-rc.0~55113 X-Git-Url: http://git.cyclocoop.org/data/%24self?a=commitdiff_plain;h=4834a89438ba7323525afb77f376a520f82a47a1;p=lhc%2Fweb%2Fwiklou.git Argh, syntax error --- 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); } }