mirror of
https://github.com/friendica/friendica
synced 2025-04-26 15:50:10 +00:00
parameters and getURLpath to getURLPath
This commit is contained in:
parent
3eb4332f33
commit
307286fc47
12 changed files with 22 additions and 22 deletions
|
@ -631,7 +631,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()->getHostName() . ((self::getApp()->getURLpath()) ? '/' . self::getApp()->getURLpath() : ''));
|
||||
$return_addr = bin2hex(self::getApp()->user['nickname'] . '@' . self::getApp()->getHostName() . ((self::getApp()->getURLPath()) ? '/' . self::getApp()->getURLPath() : ''));
|
||||
|
||||
$intro = [
|
||||
'label' => 'friend_suggestion',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue