mirror of
https://github.com/friendica/friendica
synced 2025-04-22 21:10:10 +00:00
Create Profile\UnkMail module class
This commit is contained in:
parent
3865733e18
commit
9561910e83
5 changed files with 209 additions and 1 deletions
|
@ -349,7 +349,7 @@ class Profile
|
|||
if ($visitor_is_followed || $visitor_is_following) {
|
||||
$wallmessage_link = $visitor_base_path . '/message/new/' . $profile_contact['id'];
|
||||
} elseif ($visitor_is_authenticated && !empty($profile['unkmail'])) {
|
||||
$wallmessage_link = 'wallmessage/' . $profile['nickname'];
|
||||
$wallmessage_link = 'profile/' . $profile['nickname'] . '/unkmail';
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue