diff --git a/htdocs/core/class/html.form.class.php b/htdocs/core/class/html.form.class.php index 2283660ba0c..cd105ecc066 100644 --- a/htdocs/core/class/html.form.class.php +++ b/htdocs/core/class/html.form.class.php @@ -200,7 +200,7 @@ class Form */ private function editInPlace($object, $value, $htmlname, $condition, $inputType='textarea', $extObject=null, $success=null) { - global $conf, $langs; + global $conf; $out='';