MyBB Community Forums

Full Version: [F] Small mistake in functions_upload.php [C-Chris]
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Aroud line 250 there is this code

$ret['error'] .= "<br /<br />".$lang->error_avataruserresize;

It should be
$ret['error'] .= "<br /><br />".$lang->error_avataruserresize;
instead.
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.

With regards,
MyBB Group