Skip to content
Snippets Groups Projects
Commit be29933c authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix: Missing include

parent 24949591
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment