diff --git a/html/inc/forum.inc b/html/inc/forum.inc
index 90c8c825cc..9a80923d20 100644
--- a/html/inc/forum.inc
+++ b/html/inc/forum.inc
@@ -480,7 +480,7 @@ function show_post2($post, $n) {
$m = $n%2;
if($post->hidden) {
//Todo: factor this array out, it is also used elsewhere
- $deleted_text = array( "Obscene", "Flame/Hate", "Commercial spam", "Flamebait", "Doublepost", "Other");
+ $deleted_text = array( "Obscene", "Flame/Hate", "Commercial Spam", "Flamebait", "Doublepost", "User Request", "Other");
$deleted = "
[Deleted " .
"by a moderator " .
//as " . $deleted_text[$post->hidden-1] .
diff --git a/html/inc/forum_email.inc b/html/inc/forum_email.inc
index 31a34c85d8..731f7ea7eb 100644
--- a/html/inc/forum_email.inc
+++ b/html/inc/forum_email.inc
@@ -122,6 +122,7 @@ function send_report_post_email($user, $thread, $post, $message) {
This email is sent to inform you that one of the posts in the forum was reported as offensive in ".PROJECT.":
Thread: ".$thread->getTitle()."
Post: ".$post->getID()."
+ Reporting User: ".$user->getID()."
Link: ".URL_BASE."/forum_thread.php?id=".$thread->getID()."#".$post->getID()."
The reporting user gave this explanation to why the post was reported: