Typo xorg/1.0.0
authorRaphaël Barrois <raphael.barrois@polytechnique.org>
Wed, 30 Jun 2010 17:58:27 +0000 (19:58 +0200)
committerRaphaël Barrois <raphael.barrois@polytechnique.org>
Wed, 30 Jun 2010 17:58:27 +0000 (19:58 +0200)
Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
include/ufbuilder.inc.php

index 37fa29b..7e37f02 100644 (file)
@@ -603,8 +603,8 @@ class UFBF_Promo extends UFB_Field
             return true;
         }
 
-        $this->val  = $ubf->i($this->envfield);
-        $this->comp = $ubf->v($this->envfieldcomp);
+        $this->val  = $ufb->i($this->envfield);
+        $this->comp = $ufb->v($this->envfieldcomp);
 
         if (!in_array($this->comp, self::$validcomps)) {
             return $this->raise("Le critère {$this->comp} n'est pas valide pour le champ %s");