diff options
| author | David King <imkingdavid@gmail.com> | 2012-09-02 23:44:13 -0400 |
|---|---|---|
| committer | David King <imkingdavid@gmail.com> | 2012-12-12 11:39:14 -0500 |
| commit | 4980d8b01150593175274dad45890544f56075d6 (patch) | |
| tree | 38e8345479e1298d63c5a7dd4ddb1848ed7ef83e /phpBB/install/install_install.php | |
| parent | 9420647c43b300699afe6fe72f09d1746daf64a2 (diff) | |
| download | forums-4980d8b01150593175274dad45890544f56075d6.tar forums-4980d8b01150593175274dad45890544f56075d6.tar.gz forums-4980d8b01150593175274dad45890544f56075d6.tar.bz2 forums-4980d8b01150593175274dad45890544f56075d6.tar.xz forums-4980d8b01150593175274dad45890544f56075d6.zip | |
[ticket/11088] Move style, extension and language pack management to customise
Instead of being separated, these related ACP modules are now grouped
intuitively.
PHPBB3-11088
Diffstat (limited to 'phpBB/install/install_install.php')
| -rw-r--r-- | phpBB/install/install_install.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/phpBB/install/install_install.php b/phpBB/install/install_install.php index 4b2fa046bc..b29b5c8605 100644 --- a/phpBB/install/install_install.php +++ b/phpBB/install/install_install.php @@ -2095,9 +2095,10 @@ class install_install extends module 'ACP_PERMISSION_ROLES', 'ACP_PERMISSION_MASKS', ), - 'ACP_CAT_STYLES' => array( + 'ACP_CAT_CUSTOMISE' => array( 'ACP_STYLE_MANAGEMENT', - 'ACP_STYLE_COMPONENTS', + 'ACP_EXTENSIONS_MANAGEMENT', + 'ACP_LANGUAGE' ), 'ACP_CAT_MAINTENANCE' => array( 'ACP_FORUM_LOGS', |
