]> git.mxchange.org Git - friendica.git/blobdiff - src/Model/Contact.php
Rename App->path to App->urlpath
[friendica.git] / src / Model / Contact.php
index dcd6c37db54d77e2649d039c514a01774424854e..093ee0d91e831b599aa03b39f9dfca722c078c6a 100644 (file)
@@ -1316,7 +1316,7 @@ class Contact extends BaseObject
 
                if (($ret['network'] === NETWORK_DFRN) && !DBM::is_result($r)) {
                        if ($interactive) {
-                               if (strlen($a->path)) {
+                               if (strlen($a->urlpath)) {
                                        $myaddr = bin2hex(System::baseUrl() . '/profile/' . $a->user['nickname']);
                                } else {
                                        $myaddr = bin2hex($a->user['nickname'] . '@' . $a->get_hostname());