From 1ccb5cb2d7d8b46249458c13ae604170f463d4f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?= Date: Sun, 1 Nov 2020 23:09:30 +0100 Subject: [PATCH] Update mod_codeclient_elephant.php --- htdocs/core/modules/societe/mod_codeclient_elephant.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/core/modules/societe/mod_codeclient_elephant.php b/htdocs/core/modules/societe/mod_codeclient_elephant.php index 8dd530402e1..3f6d31dbb0b 100644 --- a/htdocs/core/modules/societe/mod_codeclient_elephant.php +++ b/htdocs/core/modules/societe/mod_codeclient_elephant.php @@ -160,7 +160,7 @@ class mod_codeclient_elephant extends ModeleThirdPartyCode } if (in_array($examplesup, $errmsg)) { $langs->load("errors"); - $examplesup = $langs->trans($examplecust); + $examplesup = $langs->trans($examplesup); } }