From c45243a91e142f1aa7a10e78c5ef4e91c4e18d9d Mon Sep 17 00:00:00 2001 From: Michael Cullum Date: Sun, 20 May 2012 15:47:45 +0100 Subject: [PATCH] [ticket/10631] Fix so it installs the module in the correct place PHPBB3-10631 --- phpBB/includes/acp/info/acp_extensions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/includes/acp/info/acp_extensions.php b/phpBB/includes/acp/info/acp_extensions.php index 87e30bf25d..f5953fb1dd 100644 --- a/phpBB/includes/acp/info/acp_extensions.php +++ b/phpBB/includes/acp/info/acp_extensions.php @@ -19,7 +19,7 @@ class acp_extensions_info 'title' => 'ACP_EXTENSIONS', 'version' => '1.0.0', 'modes' => array( - 'main' => array('title' => 'ACP_EXTENSIONS', 'auth' => 'acl_a_extensions', 'cat' => array('ACP_CAT_SYSTEM')), + 'main' => array('title' => 'ACP_EXTENSIONS', 'auth' => 'acl_a_extensions', 'cat' => array('ACP_GENERAL_TASKS')), ), ); }