mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/12109] Fix coding style
PHPBB3-12109
This commit is contained in:
parent
9b9c048702
commit
9519c4e8c4
1 changed files with 4 additions and 4 deletions
|
@ -467,8 +467,8 @@ class acp_permissions
|
|||
'user_id' => $user_id,
|
||||
'group_id' => $group_id,
|
||||
'forum_id' => $forum_id,
|
||||
'type' => $permission_type)
|
||||
);
|
||||
'type' => $permission_type,
|
||||
));
|
||||
|
||||
$template->assign_vars(array(
|
||||
'U_ACTION' => $this->u_action,
|
||||
|
@ -511,8 +511,8 @@ class acp_permissions
|
|||
'user_id' => $user_id,
|
||||
'group_id' => $group_id,
|
||||
'forum_id' => $forum_id,
|
||||
'type' => $permission_type)
|
||||
);
|
||||
'type' => $permission_type,
|
||||
));
|
||||
|
||||
// Do not allow forum_ids being set and no other setting defined (will bog down the server too much)
|
||||
if (sizeof($forum_id) && !sizeof($user_id) && !sizeof($group_id))
|
||||
|
|
Loading…
Add table
Reference in a new issue