mirror of
https://github.com/friendica/friendica
synced 2025-04-28 21:04:22 +02:00
Fix the following of accounts with "?" in the URL
This commit is contained in:
parent
c4aaff181c
commit
93536f31e8
7 changed files with 27 additions and 13 deletions
|
@ -325,7 +325,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?binurl=' . bin2hex($profile_url) . '&auto=1';
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue