mirror of
https://github.com/friendica/friendica
synced 2025-04-24 09:50:11 +00:00
Remove "f=&" nonsense from network module
- Fixes wrong redirect when using the sidebar filters
This commit is contained in:
parent
cd05d15b04
commit
ed768c71ee
8 changed files with 28 additions and 30 deletions
|
@ -111,7 +111,7 @@ class ForumManager
|
|||
$selected = (($cid == $contact['id']) ? ' forum-selected' : '');
|
||||
|
||||
$entry = [
|
||||
'url' => 'network?f=&cid=' . $contact['id'],
|
||||
'url' => 'network?cid=' . $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