Fix: function show_form enhancement
This commit is contained in:
parent
12bf37700a
commit
7d93a2eed9
@ -341,7 +341,7 @@ class FormMail
|
|||||||
$soc->fetch($this->toid);
|
$soc->fetch($this->toid);
|
||||||
$out.= $soc->getNomUrl(1);
|
$out.= $soc->getNomUrl(1);
|
||||||
}
|
}
|
||||||
if ($this->totype == 'contact')
|
else if ($this->totype == 'contact')
|
||||||
{
|
{
|
||||||
$contact=new Contact($this->db);
|
$contact=new Contact($this->db);
|
||||||
$contact->fetch($this->toid);
|
$contact->fetch($this->toid);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user