Merge branch 'develop' into bug/6211-fix-contact-nets-all
[friendica.git/.git] / src / Module / Contact.php
index 3cfe705..d12f003 100644 (file)
@@ -40,9 +40,6 @@ class Contact extends BaseModule
                }
 
                $nets = defaults($_GET, 'nets', '');
-               if ($nets == 'all') {
-                       $nets = '';
-               }
 
                if (empty($a->page['aside'])) {
                        $a->page['aside'] = '';