FIX : Propal stats page did not work (#30736)

This commit is contained in:
atm-adrien 2024-08-23 15:05:53 +02:00 committed by GitHub
parent 35c77f3874
commit bcfaaa414f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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);