E-mail should contain full acct uri too (FancyName)
This commit is contained in:
parent
2ce2201496
commit
1b3021d61c
@ -199,8 +199,7 @@ function mail_subscribe_notify_profile($listenee, $other)
|
|||||||
|
|
||||||
$name = $profile->getBestName();
|
$name = $profile->getBestName();
|
||||||
|
|
||||||
$long_name = ($other->fullname) ?
|
$long_name = $other->getFancyName();
|
||||||
($other->fullname . ' (' . $other->nickname . ')') : $other->nickname;
|
|
||||||
|
|
||||||
$recipients = $listenee->email;
|
$recipients = $listenee->email;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user