mirror of
https://github.com/friendica/friendica
synced 2025-04-19 09:10:12 +00:00
Rename App->path to App->urlpath
This commit is contained in:
parent
5fdff3d813
commit
e952d6677b
10 changed files with 12 additions and 12 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue