MyBB Community Forums

Full Version: Delete report reason
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
admin dir file

report_reason.php in configuration
line 267

$db->update_query("reports", $updated_report, "reasonid='{$reason['rid']}'");
should be
$db->update_query("reportedcontent", $updated_report, "reasonid='{$reason['rid']}'");
Hi,

Thank you for your report. We have pushed this issue to our Github repository for further analysis where you can track our commits and progress with fixing this bug. Discussions regarding this bug may also take place there too.

Follow this link to visit the issue on Github: https://github.com/mybb/mybb/issues/2477

Thanks for contributing to MyBB!

Regards,
The MyBB Group