BugFix in UFC_Registered
authorRaphaël Barrois <raphael.barrois@polytechnique.org>
Wed, 20 Jan 2010 19:49:46 +0000 (20:49 +0100)
committerRaphaël Barrois <raphael.barrois@polytechnique.org>
Sat, 13 Feb 2010 23:30:47 +0000 (00:30 +0100)
Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
classes/userfilter.php

index 0892292..9dca690 100644 (file)
@@ -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;
     }