MyBB Community Forums

Full Version: [F] PM folder jump selection
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
This code in private.php doesn't work because the $fid variable doesn't exist...

if($fid == $folderinfo[0])
{
	$sel = ' selected="selected"';
}
else
{
	$sel = '';
}
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.