From dc9f43272d45bc8d3fb92a7e5a97f2728b63f9f0 Mon Sep 17 00:00:00 2001
From: aydreeihn <adriane@enhancesoft.com>
Date: Thu, 19 Jul 2018 11:30:02 -0500
Subject: [PATCH] Collaborator Thread Event for Web Portal:

This commit makes it so that Users are able to see all Thread Events that pertain to a Collaborator being added to the Ticket.
---
 include/class.thread.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/class.thread.php b/include/class.thread.php
index b1a0f1bf7..b6501f61a 100644
--- a/include/class.thread.php
+++ b/include/class.thread.php
@@ -2220,7 +2220,7 @@ class CollaboratorEvent extends ThreadEvent {
             }
             $desc = sprintf($base, implode(', ', $collabs));
             break;
-        case isset($data['add']) && $mode!=self::MODE_CLIENT:
+        case isset($data['add']):
             $base = __('<b>{somebody}</b> added <strong>%s</strong> as collaborators {timestamp}');
             $collabs = array();
             if ($data['add']) {
-- 
GitLab