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("