Remove "f=&" nonsense from network module
- Fixes wrong redirect when using the sidebar filters
This commit is contained in:
@@ -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));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user