mirror of
https://github.com/friendica/friendica
synced 2025-04-26 19:50:10 +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
|
@ -46,6 +46,6 @@ class RemoveTag extends BaseModule
|
|||
info('Item was not deleted');
|
||||
}
|
||||
|
||||
$app->internalRedirect('/network?f=&file=' . rawurlencode($term));
|
||||
$app->internalRedirect('network?file=' . rawurlencode($term));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue