mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 16:56:44 +02:00
Permission changes, updates admin functions, indented jumpboxes ... note that the update script doesn't seem to introduce the user_permissions field @ present so you need to add it manually
git-svn-id: file:///svn/phpbb/trunk@2942 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -45,12 +45,12 @@ foreach ($forum_rows as $row)
|
||||
unset($stored_cat);
|
||||
}
|
||||
|
||||
if ($auth->get_acl($forum_id, 'forum', 'list'))
|
||||
if ($auth->acl_get('f_list', $forum_id))
|
||||
{
|
||||
switch ($forum_status)
|
||||
{
|
||||
case ITEM_CATEGORY:
|
||||
$folder_image = $theme['forum_locked'];
|
||||
$folder_image = $theme['sub_forum'];
|
||||
$folder_alt = $lang['Category'];
|
||||
break;
|
||||
|
||||
|
Reference in New Issue
Block a user