diff --git a/include/class.thread.php b/include/class.thread.php index 0b2df9263ca3e1c92380ce1edc71ccb60bd85e9b..58ac294fe4b22f591c303830a828148885da26ae 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']) {