From be29933c63a52ba3290b7274332757b1b667576d Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 3 Apr 2011 23:06:23 +0000 Subject: [PATCH] Fix: Missing include --- 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 53fa0c2f50d..ce8f52270c0 100644 --- a/htdocs/core/class/html.form.class.php +++ b/htdocs/core/class/html.form.class.php @@ -726,6 +726,7 @@ class Form $i = 0; if ($num) { + include_once(DOL_DOCUMENT_ROOT.'/contact/class/contact.class.php'); $contactstatic=new Contact($this->db); while ($i < $num)