Merge pull request #2271 from aspangaro/3.7

Correct link
This commit is contained in:
Laurent Destailleur 2015-01-22 13:57:30 +01:00
commit e31decb3cf
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>'; print '</a>';
} }
else if ($links[$key]['type']=='user') { 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 img_object($langs->trans('ShowUser'),'user').' ';
print $langs->trans("User"); print $langs->trans("User");
print '</a>'; print '</a>';