mirror of
https://github.com/friendica/friendica
synced 2025-04-23 21:10:12 +00:00
parent
90b1355555
commit
3b1d89252a
4 changed files with 22 additions and 22 deletions
|
@ -126,7 +126,7 @@ class ForumManager
|
|||
$selected = (($cid == $contact['id']) ? ' forum-selected' : '');
|
||||
|
||||
$entry = [
|
||||
'url' => 'network?cid=' . $contact['id'],
|
||||
'url' => 'network?contactid=' . $contact['id'],
|
||||
'external_url' => Contact::magicLink($contact['url']),
|
||||
'name' => $contact['name'],
|
||||
'cid' => $contact['id'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue