MyBB Community Forums

Full Version: "Can manager logs spam?" language is not valid.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
There is an error in the language file.

tools_module_meta.lang.php
$l['can_manage_spam_log'] = "Can manage spam logs?";
It should look like the following line..
$l['can_manage_user_spam_log'] = "Can manage spam logs?";
[Image: 23tpi8.png]
Good catch. I will fix that now.
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/991

Thanks for contributing to MyBB!

Regards,
The MyBB Group
Fixed in 7b12c61.