]> git.mxchange.org Git - friendica.git/blobdiff - src/Model/Contact.php
Merge pull request #5862 from nupplaphil/rename_App_Methods
[friendica.git] / src / Model / Contact.php
index ab427efab92019cda76bc9b7be1286801ccf4aee..23c31d0b17c40fb20962208a05dc6327c335058f 100644 (file)
@@ -1632,7 +1632,7 @@ class Contact extends BaseObject
 
                if (($ret['network'] === Protocol::DFRN) && !DBA::isResult($contact)) {
                        if ($interactive) {
-                               if (strlen($a->getURLpath())) {
+                               if (strlen($a->getURLPath())) {
                                        $myaddr = bin2hex(System::baseUrl() . '/profile/' . $a->user['nickname']);
                                } else {
                                        $myaddr = bin2hex($a->user['nickname'] . '@' . $a->getHostName());