Correct link

This commit is contained in:
aspangaro 2015-01-22 07:15:14 +01:00
parent 8d0c8b888d
commit 6f3d9200bf
2 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -358,7 +358,7 @@ if ($result)
print '</a>';
}
else if ($links[$key]['type']=='user') {
print '<a href="'.DOL_URL_ROOT.'/user/fiche?id='.$links[$key]['url_id'].'">';
print '<a href="'.DOL_URL_ROOT.'/user/card.php?id='.$links[$key]['url_id'].'">';
print img_object($langs->trans('ShowUser'),'user').' ';
print $langs->trans("User");
print '</a>';