From: Raphaël Barrois Date: Wed, 30 Jun 2010 17:58:27 +0000 (+0200) Subject: Typo X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=deb28fcb20e85596ea56b3d8dae47cfdd09603b2;p=platal.git Typo Signed-off-by: Raphaël Barrois --- diff --git a/include/ufbuilder.inc.php b/include/ufbuilder.inc.php index 37fa29b..7e37f02 100644 --- a/include/ufbuilder.inc.php +++ b/include/ufbuilder.inc.php @@ -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");