Fix: remove unused object

This commit is contained in:
Regis Houssin 2012-02-20 20:36:37 +01:00
parent fa3e134a92
commit a3ee9f83fe

View File

@ -200,7 +200,7 @@ class Form
*/ */
private function editInPlace($object, $value, $htmlname, $condition, $inputType='textarea', $extObject=null, $success=null) private function editInPlace($object, $value, $htmlname, $condition, $inputType='textarea', $extObject=null, $success=null)
{ {
global $conf, $langs; global $conf;
$out=''; $out='';