From 9e6b737669b7b99a1461f0591d4f8eba154fb7d8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Barrois?= Date: Wed, 30 Jun 2010 19:58:27 +0200 Subject: [PATCH] Typo MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Raphaël Barrois --- include/ufbuilder.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"); -- 2.1.4