From 822706000f3ea4ed847822f67d32a671488ce0c1 Mon Sep 17 00:00:00 2001 From: florian HENRY Date: Thu, 24 Jan 2019 18:01:40 +0100 Subject: [PATCH] fix broken link into contact tpl --- htdocs/core/tpl/contacts.tpl.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/core/tpl/contacts.tpl.php b/htdocs/core/tpl/contacts.tpl.php index f1dfdf3d7a8..a603f0f9bbe 100644 --- a/htdocs/core/tpl/contacts.tpl.php +++ b/htdocs/core/tpl/contacts.tpl.php @@ -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'); } ?>