aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2009-09-09 21:41:51 +0000
committerAndreas Fischer <bantu@phpbb.com>2009-09-09 21:41:51 +0000
commit8c3d390c61d692ff9501e3ccdaa0f39716c5fab4 (patch)
tree8ea64ebbb21746e1ffddba4f7f0487b4bbf01ee9 /phpBB
parent4675bf817915071e0effc48bb2246cda1fa8b3dc (diff)
downloadforums-8c3d390c61d692ff9501e3ccdaa0f39716c5fab4.tar
forums-8c3d390c61d692ff9501e3ccdaa0f39716c5fab4.tar.gz
forums-8c3d390c61d692ff9501e3ccdaa0f39716c5fab4.tar.bz2
forums-8c3d390c61d692ff9501e3ccdaa0f39716c5fab4.tar.xz
forums-8c3d390c61d692ff9501e3ccdaa0f39716c5fab4.zip
Related to r9830: Change REPORT_POST to REPORT_PM.
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10126 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/includes/ucp/ucp_pm_viewmessage.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/ucp/ucp_pm_viewmessage.php b/phpBB/includes/ucp/ucp_pm_viewmessage.php
index 0e51e268cf..26968e1382 100644
--- a/phpBB/includes/ucp/ucp_pm_viewmessage.php
+++ b/phpBB/includes/ucp/ucp_pm_viewmessage.php
@@ -193,7 +193,7 @@ function view_message($id, $mode, $folder_id, $msg_id, $folder, $message_row)
'EMAIL_IMG' => $user->img('icon_contact_email', $user->lang['SEND_EMAIL']),
'QUOTE_IMG' => $user->img('icon_post_quote', $user->lang['POST_QUOTE_PM']),
'REPLY_IMG' => $user->img('button_pm_reply', $user->lang['POST_REPLY_PM']),
- 'REPORT_IMG' => $user->img('icon_post_report', 'REPORT_POST'),
+ 'REPORT_IMG' => $user->img('icon_post_report', 'REPORT_PM'),
'EDIT_IMG' => $user->img('icon_post_edit', $user->lang['POST_EDIT_PM']),
'MINI_POST_IMG' => $user->img('icon_post_target', $user->lang['PM']),