From a3ee9f83fe5ad26cb87935154a97e8a9ea3ad3d0 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Mon, 20 Feb 2012 20:36:37 +0100 Subject: [PATCH] Fix: remove unused object --- 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 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='';