diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2008-06-05 14:08:12 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2008-06-05 14:08:12 +0000 |
commit | fa01fd7da44008d141ba91e6c345a3c2bef334cb (patch) | |
tree | 20c1690f2af49721754ecdf3ee6a1a979750347d /phpBB/includes | |
parent | 26932cd3a325e7d39c2c7315e30838376df1c45b (diff) | |
download | forums-fa01fd7da44008d141ba91e6c345a3c2bef334cb.tar forums-fa01fd7da44008d141ba91e6c345a3c2bef334cb.tar.gz forums-fa01fd7da44008d141ba91e6c345a3c2bef334cb.tar.bz2 forums-fa01fd7da44008d141ba91e6c345a3c2bef334cb.tar.xz forums-fa01fd7da44008d141ba91e6c345a3c2bef334cb.zip |
#28455
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8609 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes')
-rw-r--r-- | phpBB/includes/mcp/mcp_queue.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/mcp/mcp_queue.php b/phpBB/includes/mcp/mcp_queue.php index ae7f509d5f..ab09761378 100644 --- a/phpBB/includes/mcp/mcp_queue.php +++ b/phpBB/includes/mcp/mcp_queue.php @@ -74,7 +74,7 @@ class mcp_queue $this->tpl_name = 'mcp_post'; - $user->add_lang('posting'); + $user->add_lang(array('posting', 'viewtopic')); $post_id = request_var('p', 0); $topic_id = request_var('t', 0); |