2
0
forked from Wavyzz/dolibarr

Fixing style errors.

This commit is contained in:
stickler-ci
2020-10-31 13:34:01 +00:00
parent 7f52920716
commit 284c9bc6a8
8 changed files with 11 additions and 11 deletions

View File

@@ -139,7 +139,7 @@ if (!empty($conf->modules_parts['workflow']) && is_array($conf->modules_parts['w
}
// remove not available workflows (based on activated modules and global defined keys)
$workflowcodes = array_filter($workflowcodes, function($var) {
$workflowcodes = array_filter($workflowcodes, function ($var) {
return $var['enabled']; });
/*