mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/11582] Fix missing closing bracket
PHPBB3-11582
This commit is contained in:
parent
4b7b7e895b
commit
060754fd6c
1 changed files with 2 additions and 2 deletions
|
@ -492,8 +492,8 @@ class acp_permission_roles
|
||||||
'S_NO' => ($allowed == ACL_NO) ? true : false,
|
'S_NO' => ($allowed == ACL_NO) ? true : false,
|
||||||
|
|
||||||
'FIELD_NAME' => $permission,
|
'FIELD_NAME' => $permission,
|
||||||
'PERMISSION' => $phpbb_permissions->get_permission_lang($permission)
|
'PERMISSION' => $phpbb_permissions->get_permission_lang($permission),
|
||||||
);
|
));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue