MyBB Community Forums

Full Version: Reports reason fatal error makes the module unusable
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
The following line:
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.