mirror of
https://github.com/friendica/friendica
synced 2025-04-19 06:30:10 +00:00
Remove "all" value for nets parameter
This commit is contained in:
parent
ea4e772b1e
commit
663ba65f17
9 changed files with 10 additions and 18 deletions
|
@ -40,9 +40,6 @@ class Contact extends BaseModule
|
|||
}
|
||||
|
||||
$nets = defaults($_GET, 'nets', '');
|
||||
if ($nets == 'all') {
|
||||
$nets = '';
|
||||
}
|
||||
|
||||
if (!x($a->page, 'aside')) {
|
||||
$a->page['aside'] = '';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue