diff options
author | Fabio Comuni <fabrix.xm@gmail.com> | 2012-01-06 09:10:21 +0100 |
---|---|---|
committer | Fabio Comuni <fabrix.xm@gmail.com> | 2012-01-06 09:10:21 +0100 |
commit | a9670cbb7d2cab644ee9d499aade98164f92631a (patch) | |
tree | f136b6448ecd23ec7c987bf26b8d49be25a8aca5 /mod/dfrn_request.php | |
parent | 93563370c96848948d28ed39e13284ebaf7f430a (diff) | |
parent | 53878625f6ecc014283cefbd84f92b6f1294b8a3 (diff) | |
download | volse-hubzilla-a9670cbb7d2cab644ee9d499aade98164f92631a.tar.gz volse-hubzilla-a9670cbb7d2cab644ee9d499aade98164f92631a.tar.bz2 volse-hubzilla-a9670cbb7d2cab644ee9d499aade98164f92631a.zip |
Merge remote-tracking branch 'friendica/master'
Diffstat (limited to 'mod/dfrn_request.php')
-rw-r--r-- | mod/dfrn_request.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mod/dfrn_request.php b/mod/dfrn_request.php index a96860403..aa14bc473 100644 --- a/mod/dfrn_request.php +++ b/mod/dfrn_request.php @@ -580,7 +580,9 @@ function dfrn_request_content(&$a) { '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'], - 'source_photo' => $r[0]['photo'] + 'source_photo' => $r[0]['photo'], + 'verb' => ACTIVITY_REQ_FRIEND, + 'otype' => 'intro' )); } |