diff --git a/htdocs/don/note.php b/htdocs/don/note.php index 01a017d7b5d..13f9b1d4a96 100644 --- a/htdocs/don/note.php +++ b/htdocs/don/note.php @@ -64,7 +64,7 @@ $reshook = $hookmanager->executeHooks('doActions', array(), $object, $action); / if ($reshook < 0) { setEventMessages($hookmanager->error, $hookmanager->errors, 'errors'); } -if (empty($reshook)){ +if (empty($reshook)) { include DOL_DOCUMENT_ROOT.'/core/actions_setnotes.inc.php'; // Must be include, not include_once }