]> 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 12575064b933ab0abb855aa5f6a5dffdd35c4830..d12f003c2e2a24e05e235022fc0754a758d57c63 100644 (file)
@@ -41,7 +41,7 @@ class Contact extends BaseModule
 
                $nets = defaults($_GET, 'nets', '');
 
-               if (!x($a->page, 'aside')) {
+               if (empty($a->page['aside'])) {
                        $a->page['aside'] = '';
                }