mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/11088] Added missing comma
PHPBB3-11088
This commit is contained in:
parent
f7d9b15a97
commit
e2aef2bfd1
1 changed files with 1 additions and 1 deletions
|
@ -2098,7 +2098,7 @@ class install_install extends module
|
|||
'ACP_CAT_CUSTOMISE' => array(
|
||||
'ACP_STYLE_MANAGEMENT',
|
||||
'ACP_EXTENSIONS_MANAGEMENT',
|
||||
'ACP_LANGUAGE'
|
||||
'ACP_LANGUAGE',
|
||||
),
|
||||
'ACP_CAT_MAINTENANCE' => array(
|
||||
'ACP_FORUM_LOGS',
|
||||
|
|
Loading…
Add table
Reference in a new issue