Fixed Not all prefixes are displayed

I can see this happening on your site, but it's not happening locally. However, I think I see a bug here -- it's actually in XF as well.

In library/XenResource/Model/Prefix.php, can you change:
Code:
if (isset($prefixes[$result['resource_category_id']]))
to:
Code:
if (isset($prefixes[$result['prefix_id']]))
Does that fix it?
 
Top Bottom