diff options
author | David King <imkingdavid@gmail.com> | 2012-09-28 17:23:27 -0400 |
---|---|---|
committer | David King <imkingdavid@gmail.com> | 2012-12-12 11:39:16 -0500 |
commit | e2aef2bfd1385b31e923690c3a12628a876c2b13 (patch) | |
tree | afc903ec1dfe49256a695e22a01d47d4c2cbd12d /phpBB/install/install_install.php | |
parent | f7d9b15a973feec355ed50313207f4b71c50930e (diff) | |
download | forums-e2aef2bfd1385b31e923690c3a12628a876c2b13.tar forums-e2aef2bfd1385b31e923690c3a12628a876c2b13.tar.gz forums-e2aef2bfd1385b31e923690c3a12628a876c2b13.tar.bz2 forums-e2aef2bfd1385b31e923690c3a12628a876c2b13.tar.xz forums-e2aef2bfd1385b31e923690c3a12628a876c2b13.zip |
[ticket/11088] Added missing comma
PHPBB3-11088
Diffstat (limited to 'phpBB/install/install_install.php')
-rw-r--r-- | phpBB/install/install_install.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/install/install_install.php b/phpBB/install/install_install.php index b29b5c8605..1857b9f3fd 100644 --- a/phpBB/install/install_install.php +++ b/phpBB/install/install_install.php @@ -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', |