mirror of
https://github.com/friendica/friendica
synced 2025-04-19 07:10:11 +00:00
Merge branch 'develop' into bug/6211-fix-contact-nets-all
This commit is contained in:
commit
924869ab5b
104 changed files with 903 additions and 956 deletions
|
@ -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'] = '';
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue