From efbf9db1053312ce851e99e485c967fc0418d7e4 Mon Sep 17 00:00:00 2001 From: stickler-ci Date: Sun, 11 Jul 2021 07:49:39 +0000 Subject: [PATCH] Fixing style errors. --- htdocs/loan/note.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/loan/note.php b/htdocs/loan/note.php index 7cfc8b0df1d..a17445db6cf 100644 --- a/htdocs/loan/note.php +++ b/htdocs/loan/note.php @@ -62,7 +62,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 }