diff --git a/htdocs/contact/card.php b/htdocs/contact/card.php index a2232358a99..77a951eef06 100644 --- a/htdocs/contact/card.php +++ b/htdocs/contact/card.php @@ -904,7 +904,7 @@ else // Statut print ''.$langs->trans("Status").''; - print ''; + print ''; print $object->getLibStatut(4); print ''; diff --git a/htdocs/core/class/hookmanager.class.php b/htdocs/core/class/hookmanager.class.php index 1a7425b0a55..a71ed57ab2c 100644 --- a/htdocs/core/class/hookmanager.class.php +++ b/htdocs/core/class/hookmanager.class.php @@ -142,7 +142,8 @@ class HookManager 'formObjectOptions', 'formattachOptions', 'formBuilddocLineOptions', - 'getIdProfUrl', + 'getFormMail', + 'getIdProfUrl', 'moveUploadedFile', 'pdf_build_address', 'pdf_writelinedesc',