diff --git a/module/datatable/model.php b/module/datatable/model.php index 701d9cdc92..a0e800ddff 100644 --- a/module/datatable/model.php +++ b/module/datatable/model.php @@ -61,7 +61,7 @@ class datatableModel extends model if($this->config->edition != 'open') { $fields = $this->loadModel('workflowfield')->getList($module); - $workflowFieldList = $this->loadModel('flow')->buildDtableCols($fields, array(), array()); + $workflowFieldList = $this->loadModel('flow')->buildDtableCols($fields); $fieldList = array_merge($fieldList, $workflowFieldList); }