diff --git a/htdocs/categories/fiche.php b/htdocs/categories/fiche.php index aca14acce2bc171fa0c7488527b72ef06b906e84..a2f9dc54df2dfa96105188f1aa99c36b04a6bcce 100644 --- a/htdocs/categories/fiche.php +++ b/htdocs/categories/fiche.php @@ -138,7 +138,7 @@ if ($action == 'add' && $user->rights->categorie->creer) // Create category in database if (! $error) { - $result = $object->create(); + $result = $object->create($user); if ($result > 0) { $action = 'confirmed';