mirror of https://github.com/BOINC/boinc.git
- web: bug fix in notification digest email
svn path=/trunk/boinc/; revision=14448
This commit is contained in:
parent
f183b6f47f
commit
3ce776ba81
|
@ -3,7 +3,7 @@
|
|||
// The following two are what gets put into notification email digests
|
||||
//
|
||||
function friend_notify_req_email_line($notify) {
|
||||
$src_user = BoincUser::lookup($notify->opaque);
|
||||
$src_user = BoincUser::lookup_id($notify->opaque);
|
||||
if (!$src_user) return "";
|
||||
return "$src_user->name has added you as a friend; please confirm";
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue