MyBB Community Forums

Full Version: [F] showteam.php
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Line 91 of showteam.php says
if($user['displaygroup'] == '6' || $user['displaygroup'] == '6')

I think this should be
if($user['displaygroup'] == '6' || $user['usergroup'] == '6')

Also, groupleaders are not shown on top if I select this option in AdminCP -> Configuration -> Settings -> Show Forum Team Options (table groupleaders is never queried).
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.