Fix Stickler CI

This commit is contained in:
kkhelifa 2023-03-16 17:17:40 +01:00
parent a73665f83f
commit 2b1457c7d7

View File

@ -111,7 +111,7 @@ if ($action == 'updateMaskLot') {
$file = '';
$classname = '';
$filefound = 0;
$dirmodels = array_merge(array('/'), (array)$conf->modules_parts['models']);
$dirmodels = array_merge(array('/'), (array) $conf->modules_parts['models']);
foreach ($dirmodels as $reldir) {
$file = dol_buildpath($reldir . "core/modules/product_batch/doc/pdf_" . $modele . ".modules.php", 0);
if (file_exists($file)) {