]> git.mxchange.org Git - friendica.git/commitdiff
contact photo missing from friend activities
authorfriendica <info@friendica.com>
Sun, 8 Jan 2012 09:08:57 +0000 (01:08 -0800)
committerfriendica <info@friendica.com>
Sun, 8 Jan 2012 09:08:57 +0000 (01:08 -0800)
mod/dfrn_confirm.php

index 1b0985cefec101907850f20b81c43f2a270da532..89b09ef77e8aa8d55418fc36383bd5128ab143ba 100644 (file)
@@ -463,7 +463,7 @@ function dfrn_confirm_post(&$a,$handsfree = null) {
                                $A = '[url=' . $self[0]['url'] . ']' . $self[0]['name'] . '[/url]';
                                $B = '[url=' . $contact['url'] . ']' . $contact['name'] . '[/url]';
                                $BPhoto = '[url=' . $contact['url'] . ']' . '[img]' . $contact['thumb'] . '[/img][/url]';
-                               $arr['body'] =  sprintf( t('%1$s is now friends with %2$s'), $A, $B)."\n\n\n".$Bphoto;
+                               $arr['body'] =  sprintf( t('%1$s is now friends with %2$s'), $A, $B)."\n\n\n".$BPhoto;
 
                                $arr['object'] = '<object><type>' . ACTIVITY_OBJ_PERSON . '</type><title>' . $contact['name'] . '</title>'
                                        . '<id>' . $contact['url'] . '/' . $contact['name'] . '</id>';