1
0
Fork 0

hopefully last feedback :)

This commit is contained in:
Philipp Holzer 2022-11-01 00:09:30 +01:00
commit baa97febef
Signed by: nupplaPhil
GPG key ID: 24A7501396EB5432
3 changed files with 3 additions and 3 deletions

View file

@ -341,7 +341,7 @@ class Profile
if ($visitor_is_following) {
$unfollow_link = $visitor_base_path . '/contact/unfollow?url=' . urlencode($profile_url) . '&auto=1';
} else {
$follow_link = $visitor_base_path .'/contact/follow?url=' . urlencode($profile_url) . '&auto=1';
$follow_link = $visitor_base_path . '/contact/follow?url=' . urlencode($profile_url) . '&auto=1';
}
}