From 45e0062124716adc480a4d2cc11926f51dee5e0c Mon Sep 17 00:00:00 2001 From: Git Date: Fri, 18 Jan 2013 08:00:37 +0000 Subject: [PATCH] Empty commit --- sections/staffpm/takepost.php | 1 + 1 file changed, 1 insertion(+) diff --git a/sections/staffpm/takepost.php b/sections/staffpm/takepost.php index 91d0fbd2..f8b5ba4c 100644 --- a/sections/staffpm/takepost.php +++ b/sections/staffpm/takepost.php @@ -26,6 +26,7 @@ $DB->query("SELECT UserID, AssignedToUser FROM staff_pm_conversations WHERE ID=$ConvID"); list($UserID, $AssignedToUser) = $DB->next_record(); + if ($UserID == $LoggedUser['ID'] || $IsFLS || $UserID == $AssignedToUser) { // Response to existing conversation $DB->query("