浏览代码

Fix phpcs

Laurent Destailleur 5 年之前
父节点
当前提交
a2a89637a2
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      htdocs/product/stock/list.php

+ 1 - 1
htdocs/product/stock/list.php

@@ -255,7 +255,7 @@ if (! empty($extrafields->attributes[$object->table_element]['label'])) {
 }
 // Add where from hooks
 $parameters=array();
-$reshook=$hookmanager->executeHooks('printFieldListGroupBy',$parameters);    // Note that $action and $object may have been modified by hook
+$reshook=$hookmanager->executeHooks('printFieldListGroupBy', $parameters);    // Note that $action and $object may have been modified by hook
 $sql.=$hookmanager->resPrint;
 $sql=preg_replace('/,\s*$/', '', $sql);
 $totalnboflines = 0;