From cd774c0dcd048e2389854b7fdab8c465f97a8741 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Doursenaud?= Date: Wed, 23 Apr 2014 14:31:39 +0200 Subject: [PATCH] Qual: Missing global declaration --- htdocs/core/class/html.form.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/core/class/html.form.class.php b/htdocs/core/class/html.form.class.php index 0943bce1e87..0c5fe571eda 100644 --- a/htdocs/core/class/html.form.class.php +++ b/htdocs/core/class/html.form.class.php @@ -3160,7 +3160,7 @@ class Form */ function form_contacts($page, $societe, $selected='', $htmlname='contactidp') { - global $langs; + global $langs, $conf; if ($htmlname != "none") {