]> git.mxchange.org Git - friendica.git/blobdiff - src/Core/NotificationsManager.php
Rename App->path to App->urlpath
[friendica.git] / src / Core / NotificationsManager.php
index 507d4db1317280aa31169c0224a67c02fe96fa71..fa8476b906ac3e9dd5d11a2dd93ba9d8c006083d 100644 (file)
@@ -613,7 +613,7 @@ class NotificationsManager extends BaseObject
                        // We have to distinguish between these two because they use different data.
                        // Contact suggestions
                        if ($it['fid']) {
-                               $return_addr = bin2hex(self::getApp()->user['nickname'] . '@' . self::getApp()->get_hostname() . ((self::getApp()->path) ? '/' . self::getApp()->path : ''));
+                               $return_addr = bin2hex(self::getApp()->user['nickname'] . '@' . self::getApp()->get_hostname() . ((self::getApp()->urlpath) ? '/' . self::getApp()->urlpath : ''));
 
                                $intro = [
                                        'label' => 'friend_suggestion',