From 5198eac7fdbbbbef53fe10bca475789baba225e8 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Wed, 6 Jun 2007 08:32:32 +0000 Subject: [PATCH] =?UTF-8?q?Fix:=20global=20$langs=20non=20charg=E9e?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../commande/modules/mod_commande_fournisseur_orchidee.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/fourn/commande/modules/mod_commande_fournisseur_orchidee.php b/htdocs/fourn/commande/modules/mod_commande_fournisseur_orchidee.php index fbdf39f22aa..5c8fa333f19 100644 --- a/htdocs/fourn/commande/modules/mod_commande_fournisseur_orchidee.php +++ b/htdocs/fourn/commande/modules/mod_commande_fournisseur_orchidee.php @@ -127,7 +127,7 @@ function info() */ function getExample() { - global $conf; + global $conf,$langs; $buildResult = $this->buildMatrice();