Bug fix
remove require for deleted file
This commit is contained in:
parent
5d20bbaace
commit
d1b003c694
|
@ -14,8 +14,6 @@ function nogroup_init(App $a)
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
require_once 'include/contact_widgets.php';
|
|
||||||
|
|
||||||
if (! x($a->page, 'aside')) {
|
if (! x($a->page, 'aside')) {
|
||||||
$a->page['aside'] = '';
|
$a->page['aside'] = '';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue