mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 08:47:45 +02:00
err, forgot to commit
git-svn-id: file:///svn/phpbb/trunk@7961 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -1707,9 +1707,9 @@ function add_default_groups()
|
||||
'group_desc_uid' => '',
|
||||
'group_desc_bitfield' => '',
|
||||
'group_type' => GROUP_SPECIAL,
|
||||
'group_colour' => $data[0],
|
||||
'group_legend' => $data[1],
|
||||
'group_founder_manage' => $data[2]
|
||||
'group_colour' => (string) $data[0],
|
||||
'group_legend' => (int) $data[1],
|
||||
'group_founder_manage' => (int) $data[2]
|
||||
);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user