From 2a1eb97b7db97cc5ae81d44793bc8fdd55b2a9c5 Mon Sep 17 00:00:00 2001 From: stickler-ci Date: Sun, 11 Jul 2021 07:50:57 +0000 Subject: [PATCH] Fixing style errors. --- htdocs/projet/note.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/projet/note.php b/htdocs/projet/note.php index d7a2af62718..9fee6615c40 100644 --- a/htdocs/projet/note.php +++ b/htdocs/projet/note.php @@ -60,7 +60,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 }