MyBB Community Forums

Full Version: [F] [Mod CP] three small bugs related to banning
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
1. Missing error() call:

if(!$ban['uid'])
{
	$lang->error_invalidban;
}

2. The "Lift Ban" link on the "Edit Ban" page has a typo in the URL ("bid" should be "uid"), and the variable ($lift_link) seems to be defined in the wrong place (why is it in action=do_banuser?).

3. Typo: search for $banuer_username
Thank you for your bug report.

This bug has been fixed in our internal code repository. Please note that the problem will not be fixed here until these forums are updated.