Merge branch 'develop' into bug/6211-fix-contact-nets-all
[friendica.git/.git] / src / Module / Contact.php
index 1257506..d12f003 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'] = '';
                }