mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-12 03:34:04 +02:00
- correctly display subcategories
- use L_TRANSLATION_INFO [Bug #2357] - always begin with ACL_UNSET in permission trace - allow copy permissions when editing a forum - default to parent forum for copying permissions - no duplication of the breadcrumps on registration [Bug #2307] git-svn-id: file:///svn/phpbb/trunk@6107 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -982,6 +982,7 @@ class acp_permissions
|
||||
}
|
||||
$db->sql_freeresult($result);
|
||||
|
||||
$total = ACL_UNSET;
|
||||
if (sizeof($groups))
|
||||
{
|
||||
// Get group auth settings
|
||||
@@ -993,7 +994,6 @@ class acp_permissions
|
||||
}
|
||||
unset($hold_ary);
|
||||
|
||||
$total = ACL_UNSET;
|
||||
foreach ($groups as $id => $row)
|
||||
{
|
||||
switch ($row['auth_setting'])
|
||||
|
Reference in New Issue
Block a user