Skip to content
Snippets Groups Projects
Commit f35d005a authored by Peter Rotich's avatar Peter Rotich
Browse files

Merge remote branch 'upstream/develop-next' into develop-next

parents 1c080de2 b6fc06ce
No related branches found
No related tags found
No related merge requests found
......@@ -1660,6 +1660,9 @@ implements RestrictedAccess, Threadable, Searchable {
unset($recipients[$key]);
}
if (!count($recipients))
return true;
//see if the ticket user is a recipient
if ($owner->getEmail()->address != $poster->getEmail()->address && !in_array($owner->getEmail()->address, $skip))
$owner_recip = $owner->getEmail()->address;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment