From 20539459792eba9b788702038df7083fa9622441 Mon Sep 17 00:00:00 2001 From: Aleksei Miheev Date: Sun, 12 Feb 2012 15:40:31 +0400 Subject: [PATCH] Allow members to draw moderators' attention to their own messages, Part 2. --- Sources/SendTopic.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Sources/SendTopic.php b/Sources/SendTopic.php index 6f7d331..42b3558 100644 --- a/Sources/SendTopic.php +++ b/Sources/SendTopic.php @@ -159,8 +159,9 @@ function ReportToModerator() list ($_GET['msg'], $member) = mysql_fetch_row($result); mysql_free_result($result); - if ($member == $ID_MEMBER) - fatal_lang_error('rtm_not_own', false); +# Sometimes you still need it +# if ($member == $ID_MEMBER) +# fatal_lang_error('rtm_not_own', false); // Show the inputs for the comment, etc. loadTemplate('SendTopic');