1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

Erm yeah that bit is kinda important (fixing r8993)

git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8995 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Chris Smith
2008-10-10 17:56:59 +00:00
parent 55d8d97d2f
commit 980cb2e5bb
2 changed files with 2 additions and 2 deletions

View File

@@ -65,7 +65,7 @@ class mcp_reports
{
case 'report_details':
$user->add_lang(array('posting', 'viewforum'));
$user->add_lang(array('posting', 'viewforum', 'viewtopic'));
$post_id = request_var('p', 0);