From adb02003f554d96a64ebf0aa24d0084b76e2a0cd Mon Sep 17 00:00:00 2001 From: ldestailleur Date: Mon, 6 Oct 2025 11:29:03 +0200 Subject: [PATCH] Fix CI --- htdocs/core/class/html.formmail.class.php | 2 +- htdocs/core/upload_page.php | 1 + htdocs/product/class/product.class.php | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/htdocs/core/class/html.formmail.class.php b/htdocs/core/class/html.formmail.class.php index 9127cc89a87..eec2a78feee 100644 --- a/htdocs/core/class/html.formmail.class.php +++ b/htdocs/core/class/html.formmail.class.php @@ -1584,7 +1584,7 @@ class FormMail extends Form $out .= ''; if (isModEnabled('product') || isModEnabled('service')) { - include_once DOL_DOCUMENT_ROOT.'/htdocs/core/class/html.form.class.php'; + include_once DOL_DOCUMENT_ROOT.'/core/class/html.form.class.php'; $form = new Form($this->db); $out .= '