- web: bug fix in notification digest email

svn path=/trunk/boinc/; revision=14448
This commit is contained in:
David Anderson 2007-12-30 22:30:31 +00:00
parent f183b6f47f
commit 3ce776ba81
1 changed files with 1 additions and 1 deletions

View File

@ -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";
}