Ajout test sur la classe contact
This commit is contained in:
parent
a6968a89c1
commit
b45777fde0
@ -44,7 +44,10 @@ class ActionComm
|
||||
$this->db = $db;
|
||||
$this->societe = new Societe($db);
|
||||
$this->author = new User($db);
|
||||
$this->contact = new Contact($db);
|
||||
if (class_exists("Contact"))
|
||||
{
|
||||
$this->contact = new Contact($db);
|
||||
}
|
||||
}
|
||||
/*
|
||||
*
|
||||
|
||||
Loading…
Reference in New Issue
Block a user