1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-24 03:54:10 +01:00

[ticket/11088] Added missing comma

PHPBB3-11088
This commit is contained in:
David King 2012-09-28 17:23:27 -04:00
parent f7d9b15a97
commit e2aef2bfd1

View File

@ -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',