]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Contact.php
Merge branch 'develop' into bug/6211-fix-contact-nets-all
[friendica.git] / src / Module / Contact.php
index 3cfe70540005927f319da65e478261fa8c544ef1..d12f003c2e2a24e05e235022fc0754a758d57c63 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'] = '';