Create Profile\UnkMail module class

This commit is contained in:
Hypolite Petovan 2022-10-29 21:36:09 -04:00
parent 3865733e18
commit 9561910e83
5 changed files with 209 additions and 1 deletions

View file

@ -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';
}
}
}