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:
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user