Skip to content

Commit

Permalink
Fix send mail ancor
Browse files Browse the repository at this point in the history
  • Loading branch information
atm-john committed Jun 21, 2019
1 parent 26c12c6 commit e5298d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/user/card.php
Expand Up @@ -1725,7 +1725,7 @@
if (! empty($object->email))
{
$langs->load("mails");
print '<div class="inline-block divButAction"><a class="butAction" href="'.$_SERVER['PHP_SELF'].'?id='.$object->id.'&amp;action=presend&amp;mode=init#presend">'.$langs->trans('SendMail').'</a></div>';
print '<div class="inline-block divButAction"><a class="butAction" href="'.$_SERVER['PHP_SELF'].'?id='.$object->id.'&amp;action=presend&amp;mode=init#formmailbeforetitle">'.$langs->trans('SendMail').'</a></div>';
}
else
{
Expand Down

0 comments on commit e5298d0

Please sign in to comment.