remove require for deleted file
This commit is contained in:
Adam Magness 2018-01-20 09:23:45 -05:00
parent 5d20bbaace
commit d1b003c694
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'] = '';
}