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