The following line:
https://github.com/mybb/mybb/blob/featur...s.php#L367
Should be:
Otherwise fatal error makes the module unusable.
https://github.com/mybb/mybb/blob/featur...s.php#L367
$form_container->construct_cell($lang->no_report_reasons, array('colspan' => 5));
Should be:
$form_container->output_cell($lang->no_report_reasons, array('colspan' => 5));
Otherwise fatal error makes the module unusable.