aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2010-07-08 02:20:25 +0200
committerAndreas Fischer <bantu@phpbb.com>2010-07-08 02:20:25 +0200
commitc79df9700df8fb238ae386e890dd97316bb97fc6 (patch)
tree83b64bce4e8f69fd5df5f0df413aad81d6749b12 /phpBB/includes
parentc592cab9894c601cefc70715ef65250da81a7fdc (diff)
parent160d1bfd07ce016e34b52588bcbf4c7c71bd7fb0 (diff)
downloadforums-c79df9700df8fb238ae386e890dd97316bb97fc6.tar
forums-c79df9700df8fb238ae386e890dd97316bb97fc6.tar.gz
forums-c79df9700df8fb238ae386e890dd97316bb97fc6.tar.bz2
forums-c79df9700df8fb238ae386e890dd97316bb97fc6.tar.xz
forums-c79df9700df8fb238ae386e890dd97316bb97fc6.zip
Merge branch 'ticket/nickvergessen/9578' into develop-olympus
* ticket/nickvergessen/9578: [ticket/9578] ACP Posting tab is missing "Post settings" module.
Diffstat (limited to 'phpBB/includes')
-rw-r--r--phpBB/includes/acp/info/acp_board.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/acp/info/acp_board.php b/phpBB/includes/acp/info/acp_board.php
index 58b650650c..3e18f55940 100644
--- a/phpBB/includes/acp/info/acp_board.php
+++ b/phpBB/includes/acp/info/acp_board.php
@@ -24,7 +24,7 @@ class acp_board_info
'features' => array('title' => 'ACP_BOARD_FEATURES', 'auth' => 'acl_a_board', 'cat' => array('ACP_BOARD_CONFIGURATION')),
'avatar' => array('title' => 'ACP_AVATAR_SETTINGS', 'auth' => 'acl_a_board', 'cat' => array('ACP_BOARD_CONFIGURATION')),
'message' => array('title' => 'ACP_MESSAGE_SETTINGS', 'auth' => 'acl_a_board', 'cat' => array('ACP_BOARD_CONFIGURATION', 'ACP_MESSAGES')),
- 'post' => array('title' => 'ACP_POST_SETTINGS', 'auth' => 'acl_a_board', 'cat' => array('ACP_BOARD_CONFIGURATION')),
+ 'post' => array('title' => 'ACP_POST_SETTINGS', 'auth' => 'acl_a_board', 'cat' => array('ACP_BOARD_CONFIGURATION', 'ACP_MESSAGES')),
'signature' => array('title' => 'ACP_SIGNATURE_SETTINGS', 'auth' => 'acl_a_board', 'cat' => array('ACP_BOARD_CONFIGURATION')),
'feed' => array('title' => 'ACP_FEED_SETTINGS', 'auth' => 'acl_a_board', 'cat' => array('ACP_BOARD_CONFIGURATION')),
'registration' => array('title' => 'ACP_REGISTER_SETTINGS', 'auth' => 'acl_a_board', 'cat' => array('ACP_BOARD_CONFIGURATION')),