mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-12 10:04:26 +02:00
Fix session size problems
This commit is contained in:
parent
fe53533cf6
commit
6a376c29d8
3 changed files with 6 additions and 4 deletions
|
@ -1130,7 +1130,7 @@ class Profile
|
|||
continue;
|
||||
}
|
||||
|
||||
$_SESSION['remote'][] = ['cid' => $contact['id'], 'uid' => $contact['uid'], 'url' => $visitor['url']];
|
||||
$_SESSION['remote'][$contact['uid']] = ['cid' => $contact['id'], 'uid' => $contact['uid']];
|
||||
}
|
||||
|
||||
$a->contact = $visitor;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue