]> git.mxchange.org Git - friendica.git/blobdiff - include/follow.php
Better handling of the network field in the item table.
[friendica.git] / include / follow.php
index 59f3b1a5fcdd662be427677ee7b5e8113da7a6cd..fc167bb82be792316f8101baaf05673ba418fd37 100644 (file)
@@ -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;
                }
        }
-       
+