浏览代码

Fixing style errors.

stickler-ci 3 年之前
父节点
当前提交
c6fb975d51
共有 1 个文件被更改,包括 1 次插入1 次删除
  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
 }