From b9ed61eed45fc9d8d0d961084e50d6cee8aa93ed Mon Sep 17 00:00:00 2001 From: phf Date: Fri, 22 May 2015 16:46:28 +0200 Subject: [PATCH] FIX : update usergroup name --- htdocs/user/group/card.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/user/group/card.php b/htdocs/user/group/card.php index 56cfc5d9ee8..752384d8840 100644 --- a/htdocs/user/group/card.php +++ b/htdocs/user/group/card.php @@ -179,7 +179,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