Browse Source

Fixing style errors.

stickler-ci 3 years ago
parent
commit
c6fb975d51
1 changed files with 1 additions and 1 deletions
  1. 1 1
      htdocs/product/note.php

+ 1 - 1
htdocs/product/note.php

@@ -73,7 +73,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
 }