From 2b1457c7d7f7d9cac5af67331f748d71ca9f56ea Mon Sep 17 00:00:00 2001 From: kkhelifa Date: Thu, 16 Mar 2023 17:17:40 +0100 Subject: [PATCH] Fix Stickler CI --- htdocs/product/admin/product_lot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/product/admin/product_lot.php b/htdocs/product/admin/product_lot.php index f28d406b126..d7eb1b5fe50 100644 --- a/htdocs/product/admin/product_lot.php +++ b/htdocs/product/admin/product_lot.php @@ -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)) {