Merge pull request #10409 from atm-florian/9.0

fix broken link into contact tpl
This commit is contained in:
Laurent Destailleur 2019-01-26 13:52:32 +01:00 committed by GitHub
commit 8d019a2759
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -207,7 +207,7 @@ if ($permission) {
if ($tab[$i]['source']=='external')
{
$contactstatic->fetch($tab[$i]['id']);
echo $contactstatic->getNomUrl(1, '', 0, 0, 0, 0, '', 'valignmiddle');
echo $contactstatic->getNomUrl(1, '', 0, '', 0, 0, '', 'valignmiddle');
}
?>
</div>