diff options
author | friendica <info@friendica.com> | 2012-02-18 02:57:42 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-02-18 02:57:42 -0800 |
commit | 1b9c03f6fc67e8230a06e6dddae59974c1f8ba56 (patch) | |
tree | 1a57120b10b5088098f88932643a8a46a422b104 /mod/dfrn_request.php | |
parent | 4222f506a82c7b2a50b602c51a83a85e1912450c (diff) | |
download | volse-hubzilla-1b9c03f6fc67e8230a06e6dddae59974c1f8ba56.tar.gz volse-hubzilla-1b9c03f6fc67e8230a06e6dddae59974c1f8ba56.tar.bz2 volse-hubzilla-1b9c03f6fc67e8230a06e6dddae59974c1f8ba56.zip |
new notifications - implement storage
Diffstat (limited to 'mod/dfrn_request.php')
-rwxr-xr-x | mod/dfrn_request.php | 1 |
1 files changed, 1 insertions, 0 deletions
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'], |