Skip to content

Commit

Permalink
FIX : Propal stats page did not work
Browse files Browse the repository at this point in the history
  • Loading branch information
atm-adrien committed Aug 23, 2024
1 parent 9df3718 commit 655b41e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/product/stats/propal.php
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
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);
Expand Down

0 comments on commit 655b41e

Please sign in to comment.