mirror of
https://github.com/friendica/friendica
synced 2024-11-10 06:22:53 +00:00
Bug fix
remove require for deleted file
This commit is contained in:
parent
5d20bbaace
commit
d1b003c694
1 changed files with 0 additions and 2 deletions
|
@ -14,8 +14,6 @@ function nogroup_init(App $a)
|
|||
return;
|
||||
}
|
||||
|
||||
require_once 'include/contact_widgets.php';
|
||||
|
||||
if (! x($a->page, 'aside')) {
|
||||
$a->page['aside'] = '';
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue