Bad variable reference in lib/mail.php
This commit is contained in:
parent
b0c4a35940
commit
60016b0a8f
|
@ -687,7 +687,7 @@ function mail_notify_fave(User $rcpt, Profile $sender, Notice $notice)
|
|||
return;
|
||||
}
|
||||
|
||||
$bestname = $profile->getBestName();
|
||||
$bestname = $sender->getBestName();
|
||||
|
||||
common_switch_locale($rcpt->language);
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user