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();
|
||||
|
||||
$long_name = ($other->fullname) ?
|
||||
($other->fullname . ' (' . $other->nickname . ')') : $other->nickname;
|
||||
$long_name = $other->getFancyName();
|
||||
|
||||
$recipients = $listenee->email;
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user