Merge pull request #4289 from zeroadam/bugfix-nogroup

Bug fix
This commit is contained in:
Hypolite Petovan 2018-01-20 09:31:48 -05:00 committed by GitHub
commit 670578f799
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -14,8 +14,6 @@ function nogroup_init(App $a)
return;
}
require_once 'include/contact_widgets.php';
if (! x($a->page, 'aside')) {
$a->page['aside'] = '';
}