MyBB Community Forums

Full Version: Send PM: Duplicate check inconsistent
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

Time is calculated in hours, but the error message states minutes
$time_cutoff = TIME_NOW - (5 * 60 * 60);
$l['error_pm_already_submitted'] = "You have already submitted the same private message to the same recipient within the last 5 minutes.";

Guess this is just an error in the language file, because 5 hours make more sense, than 5 minutes...
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/1979

Thanks for contributing to MyBB!

Regards,
The MyBB Group