2
0
forked from Wavyzz/dolibarr

Merge branch 'develop' into test/security_dol_eval_ob_cleanup_on_exception

This commit is contained in:
Laurent Destailleur
2024-03-11 14:57:33 +01:00
committed by GitHub
36 changed files with 186 additions and 118 deletions

View File

@@ -10405,6 +10405,8 @@ function complete_head_from_modules($conf, $langs, $object, &$head, &$h, $type,
$newtab[1] = $label;
$newtab[2] = str_replace('+', '', $values[1]);
$h++;
} else {
continue;
}
} elseif (count($values) == 5) { // case deprecated
dol_syslog('Passing 5 values in tabs module_parts is deprecated. Please update to 6 with permissions.', LOG_WARNING);