Skip to content

Commit

Permalink
Merge pull request #11389 from atm-john/9.0_fix_ancor
Browse files Browse the repository at this point in the history
Fix send mail ancor
  • Loading branch information
eldy committed Jun 24, 2019
2 parents 7e10208 + e5298d0 commit 7bbbe49
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 7bbbe49

Please sign in to comment.