From e8b5fa45f2c56e94fb98a8ed8697361d5bc43086 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Thu, 17 Mar 2022 09:55:26 +0100 Subject: [PATCH] FIX missing global $hookmanager --- htdocs/core/class/html.form.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/core/class/html.form.class.php b/htdocs/core/class/html.form.class.php index c89851fe1b7..9a6ae3661dc 100644 --- a/htdocs/core/class/html.form.class.php +++ b/htdocs/core/class/html.form.class.php @@ -2462,6 +2462,7 @@ class Form { // phpcs:enable global $langs, $conf; + global $hookmanager; $out = ''; $outarray = array();