aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/acp/info/acp_words.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes/acp/info/acp_words.php')
-rw-r--r--phpBB/includes/acp/info/acp_words.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/acp/info/acp_words.php b/phpBB/includes/acp/info/acp_words.php
index 08913b1f5f..1f47ce870c 100644
--- a/phpBB/includes/acp/info/acp_words.php
+++ b/phpBB/includes/acp/info/acp_words.php
@@ -20,7 +20,7 @@ class acp_words_info
'title' => 'ACP_WORDS',
'version' => '1.0.0',
'modes' => array(
- 'words' => array('title' => 'ACP_WORDS', 'auth' => 'acl_a_words'),
+ 'words' => array('title' => 'ACP_WORDS', 'auth' => 'acl_a_words', 'cat' => array('ACP_MESSAGES')),
),
);
}