MyBB Community Forums

Full Version: Staff page old version.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello, https://community.mybb.com/mods.php?action=view&pid=395
only error version here imagen:

/inc/plugins/staff_page.php
[Image: MUtnxMg.png]

/inc/class_plugins.php
[Image: eFoxR07.png]

/admin/index.php
[Image: 5BRMtMp.png]

Thanks you.
As temporary fix (didn't tested), you can replace:

if(count($members[$group['id']]))

with:

if($members[$group['id']])
Thanks confirm.