mirror of
https://github.com/friendica/friendica
synced 2025-04-27 23:10:12 +00:00
"remote_follow" is now "remote_comment"
This commit is contained in:
parent
d64bb0dd8f
commit
efddd248f7
2 changed files with 3 additions and 3 deletions
|
@ -786,7 +786,7 @@ class Profile
|
|||
$_SESSION['visitor_handle'] = $visitor['addr'];
|
||||
$_SESSION['visitor_home'] = $visitor['url'];
|
||||
$_SESSION['my_url'] = $visitor['url'];
|
||||
$_SESSION['remote_follow'] = Probe::getRemoteFollowLink($visitor['url']);
|
||||
$_SESSION['remote_comment'] = Probe::getRemoteFollowLink($visitor['url']);
|
||||
|
||||
Session::setVisitorsContacts();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue