Bug tracker
Forums with no permissions assigned do not display (fix completed in vcs)
Comments / History
Fix is here: viewtopic.php?f=165&t=1738685&p=10491045#p10491045
Edit it was kellanved: http://code.phpbb.com/repositories/diff ... p?rev=9896
- Code: Select all
else if (($action != 'edit') && $auth->acl_get('a_fauth') && $auth->acl_get('a_authusers') && $auth->acl_get('a_authgroups') && $auth->acl_get('a_mauth'))
{
$this->copy_permission_page($forum_data);
return;
}
$auth->acl_clear_prefetch();
$cache->destroy('sql', FORUMS_TABLE);
I'll fix it, sorry nickvergessen. Good catch, David.