From b2e8fc54686bcd9815f0a6c51439eb97ba88d37c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Barrois?= Date: Wed, 20 Jan 2010 20:49:46 +0100 Subject: [PATCH] BugFix in UFC_Registered MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Raphaël Barrois --- classes/userfilter.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/userfilter.php b/classes/userfilter.php index 0892292..9dca690 100644 --- a/classes/userfilter.php +++ b/classes/userfilter.php @@ -192,7 +192,7 @@ class UFC_Registered implements UserFilterCondition public function __construct($active = false, $comparison = null, $date = null) { - $this->only_active = $active; + $this->active = $active; $this->comparison = $comparison; $this->date = $date; } -- 2.1.4