diff options
author | Chris Smith <toonarmy@phpbb.com> | 2008-10-10 17:56:59 +0000 |
---|---|---|
committer | Chris Smith <toonarmy@phpbb.com> | 2008-10-10 17:56:59 +0000 |
commit | 980cb2e5bb298ca90802dd2f0c31738963514a91 (patch) | |
tree | 2c65a880ec7e0e9f41c3db0b0a9f4d825fb0a763 /phpBB | |
parent | 55d8d97d2f72615b4113a8f2362c73a99986f8ff (diff) | |
download | forums-980cb2e5bb298ca90802dd2f0c31738963514a91.tar forums-980cb2e5bb298ca90802dd2f0c31738963514a91.tar.gz forums-980cb2e5bb298ca90802dd2f0c31738963514a91.tar.bz2 forums-980cb2e5bb298ca90802dd2f0c31738963514a91.tar.xz forums-980cb2e5bb298ca90802dd2f0c31738963514a91.zip |
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
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/includes/mcp/mcp_reports.php | 2 | ||||
-rw-r--r-- | phpBB/styles/subsilver2/template/ucp_pm_history.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/includes/mcp/mcp_reports.php b/phpBB/includes/mcp/mcp_reports.php index 2b6758b04f..1f1eb37b46 100644 --- a/phpBB/includes/mcp/mcp_reports.php +++ b/phpBB/includes/mcp/mcp_reports.php @@ -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); diff --git a/phpBB/styles/subsilver2/template/ucp_pm_history.html b/phpBB/styles/subsilver2/template/ucp_pm_history.html index f1bb6ae70f..cb87d1892a 100644 --- a/phpBB/styles/subsilver2/template/ucp_pm_history.html +++ b/phpBB/styles/subsilver2/template/ucp_pm_history.html @@ -32,7 +32,7 @@ <td valign="top"> <table width="100%" cellspacing="0" cellpadding="2"> <tr> - <td><div class="postbody">{history_row.MESSAGE}</div><div id="message_{history_row.MSG_ID}">{history_row.DECODED_MESSAGE}</div></td> + <td><div class="postbody">{history_row.MESSAGE}</div><div id="message_{history_row.MSG_ID}" style="display: none;">{history_row.DECODED_MESSAGE}</div></td> </tr> </table> </td> |