Browse Source

More bugfixes

Signed-off-by: Michael Eshom <[email protected]>
Michael Eshom 10 years ago
parent
commit
a6b674965c
2 changed files with 0 additions and 3 deletions
  1. 0 1
      Sources/ModerationCenter.php
  2. 0 2
      Themes/default/ModerationCenter.template.php

+ 0 - 1
Sources/ModerationCenter.php

@@ -1564,7 +1564,6 @@ function MemberReport()
 				array('$sourcedir/tasks/MemberReportReply-Notify.php', 'MemberReportReply_Notify_Background', serialize(array(
 					'report_id' => $_REQUEST['report'],
 					'comment_id' => $last_comment,
-					'msg_id' => $row['id_msg'],
 					'sender_name' => $user_info['name'],
 					'time' => time(),
 				)), 0),

+ 0 - 2
Themes/default/ModerationCenter.template.php

@@ -981,8 +981,6 @@ function template_reported_members()
 					', $txt['mc_reportedp_reported_by'], ': ', implode(', ', $comments), '
 				</div>
 				<hr>
-				', $report['body'], '
-				<br>
 				<ul class="quickbuttons">
 					<li><a href="', $report['report_href'], '">', $details_button, '</a></li>
 					<li><a href="', $scripturl, '?action=moderate;area=memberreports', $context['view_closed'] ? ';sa=closed' : '', ';ignore=', (int) !$report['ignore'], ';rid=', $report['id'], ';start=', $context['start'], ';', $context['session_var'], '=', $context['session_id'], '" ', !$report['ignore'] ? 'onclick="return confirm(\'' . $txt['mc_reportedp_ignore_confirm'] . '\');"' : '', '>', $report['ignore'] ? $unignore_button : $ignore_button, '</a></li>