Fix param position

This commit is contained in:
Laurent Destailleur 2024-08-26 21:02:58 +02:00
parent 7778bc4b01
commit d61d92a741

View File

@ -100,7 +100,7 @@ if ($id > 0 || !empty($ref)) {
setEventMessages($hookmanager->error, $hookmanager->errors, 'errors');
}
llxHeader("", "", $langs->trans("CardProduct".$product->type), '', '', 0, 0, '', '', 'mod-product page-stats_propal');
llxHeader("", "", $langs->trans("CardProduct".$product->type), '', 0, 0, '', '', 'mod-product page-stats_propal');
if ($result > 0) {
$head = product_prepare_head($product);