X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Ffollow.php;h=fc167bb82be792316f8101baaf05673ba418fd37;hb=4b0e370c4c2ec606833aa326fba49922a7c470ab;hp=b4d1732b88091e5e7b21af3d5c71294d12955b89;hpb=94f895e98df73efe32a7c986a4b7844b0ab8fc01;p=friendica.git diff --git a/include/follow.php b/include/follow.php index b4d1732b88..fc167bb82b 100644 --- a/include/follow.php +++ b/include/follow.php @@ -48,9 +48,9 @@ function new_contact($uid,$url,$interactive = false) { $myaddr = bin2hex($a->get_baseurl() . '/profile/' . $a->user['nickname']); else $myaddr = bin2hex($a->user['nickname'] . '@' . $a->get_hostname()); - + goaway($ret['request'] . "&addr=$myaddr"); - + // NOTREACHED } } @@ -61,7 +61,7 @@ function new_contact($uid,$url,$interactive = false) { return $result; } } - + @@ -218,7 +218,7 @@ function new_contact($uid,$url,$interactive = false) { group_add_member($uid,'',$contact_id,$g[0]['def_gid']); } - require_once("Photo.php"); + require_once("include/Photo.php"); $photos = import_profile_photo($ret['photo'],$uid,$contact_id);