From 87f7adf6d8c20a26ba9673e0c7b24dac94ff541b Mon Sep 17 00:00:00 2001 From: jyhere Date: Thu, 16 Feb 2023 14:32:53 +0100 Subject: [PATCH] FIX : wrong context in product/agenda.php --- htdocs/product/agenda.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/product/agenda.php b/htdocs/product/agenda.php index a70591cc138..173f7963d98 100644 --- a/htdocs/product/agenda.php +++ b/htdocs/product/agenda.php @@ -72,7 +72,7 @@ if (!$sortorder) { } // Initialize technical object to manage hooks of page. Note that conf->hooks_modules contains array of hook context -$hookmanager->initHooks(array('agendathirdparty')); +$hookmanager->initHooks(array('productagenda')); $object = new Product($db); if ($id > 0 || !empty($ref)) {