Fix UFC_Promo export
authorRaphaël Barrois <raphael.barrois@polytechnique.org>
Mon, 24 Jan 2011 14:43:39 +0000 (15:43 +0100)
committerRaphaël Barrois <raphael.barrois@polytechnique.org>
Sat, 29 Jan 2011 23:35:00 +0000 (00:35 +0100)
Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
classes/userfilter/conditions.inc.php

index 817fa4d..5bc0668 100644 (file)
@@ -418,6 +418,7 @@ class UFC_Promo extends UserFilterCondition
 
     public function export()
     {
+        $export = $this->buildExport('promo');
         $export['comparison'] = $this->comparison;
         if ($this->grade != UserFilter::DISPLAY) {
             $export['grade'] = $this->grade;