Merge pull request #2316 from mrsof/develop

FIX : Update action return PHP Fatal error: Using $this when not in object context
This commit is contained in:
Laurent Destailleur 2015-02-03 13:44:17 +01:00
commit 91626cfc92

View File

@ -178,7 +178,7 @@ if ($action == 'update')
$object->oldcopy=dol_clone($object);
$object->name = trim($_POST["group"]);
$object->nom = $this->name; // For backward compatibility
$object->nom = $object->name; // For backward compatibility
$object->note = dol_htmlcleanlastbr($_POST["note"]);
// Fill array 'array_options' with data from add form