diff --git a/htdocs/core/tpl/document_actions.tpl.php b/htdocs/core/tpl/document_actions.tpl.php index 706b2f4409e..bd26e13672d 100644 --- a/htdocs/core/tpl/document_actions.tpl.php +++ b/htdocs/core/tpl/document_actions.tpl.php @@ -36,7 +36,7 @@ if ($action == 'confirm_deletefile' && $confirm == 'yes') { $link->fetch(); $res = $link->delete($user); if ($res) { - setEventMessage($langs->trans("LinkWasRemoved", $link->label) + setEventMessage($langs->trans("LinkWasRemoved", $link->label)); } else { setEventMessage($langs->trans("ErrorFailToDeleteLink", $link->label), 'errors'); }