From 435da967248c49f43cdb4af2e6b1565cf8c074d1 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 30 Oct 2004 11:39:14 +0000 Subject: [PATCH] =?UTF-8?q?Fix:=20Mauvais=20fichier=20lang=20charg=E9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/contact/fiche.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/contact/fiche.php b/htdocs/contact/fiche.php index 002ef9d455b..1fdd12b8e16 100644 --- a/htdocs/contact/fiche.php +++ b/htdocs/contact/fiche.php @@ -33,7 +33,7 @@ require("./pre.inc.php"); require_once("../contact.class.php"); require (DOL_DOCUMENT_ROOT."/lib/vcard/vcard.class.php"); -$langs->load("company"); +$langs->load("companies"); $error = array();