From 1b9c03f6fc67e8230a06e6dddae59974c1f8ba56 Mon Sep 17 00:00:00 2001 From: friendica Date: Sat, 18 Feb 2012 02:57:42 -0800 Subject: new notifications - implement storage --- mod/dfrn_request.php | 1 + 1 file changed, 1 insertion(+) (limited to 'mod/dfrn_request.php') diff --git a/mod/dfrn_request.php b/mod/dfrn_request.php index aa14bc473..ceec83e90 100755 --- a/mod/dfrn_request.php +++ b/mod/dfrn_request.php @@ -577,6 +577,7 @@ function dfrn_request_content(&$a) { 'language' => $r[0]['language'], 'to_name' => $r[0]['username'], 'to_email' => $r[0]['email'], + 'uid' => $r[0]['uid'], 'link' => $a->get_baseurl() . '/notifications/intros', 'source_name' => ((strlen(stripslashes($r[0]['name']))) ? stripslashes($r[0]['name']) : t('[Name Withheld]')), 'source_link' => $r[0]['url'], -- cgit v1.2.3