Skip to content

Commit

Permalink
Added an extra line to the email sent to admins about a user update
Browse files Browse the repository at this point in the history
  • Loading branch information
eSilverStrike committed Feb 21, 2017
1 parent 53c554e commit 02e8f61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public_html/usersettings.php
Expand Up @@ -917,7 +917,7 @@ function notifyAdminOfUserUpdate(array $A)
$body = "{$LANG04[169]}\n\n"
. "{$LANG04[2]}: {$A['username']}\n"
. "{$LANG04[5]}: {$A['email']}\n"
. "{$LANG04[6]}: {$A['homepage']}\n"
. "{$LANG04[6]}: {$A['homepage']}\n\n"
. "{$LANG29[4]} <{$_CONF['site_url']}/users.php?mode=profile&uid={$A['uid']}>\n\n"
. "\n------------------------------\n"
. "\n{$LANG08[34]}\n"
Expand Down

0 comments on commit 02e8f61

Please sign in to comment.