Skip to content
Snippets Groups Projects
Unverified Commit b6fc06ce authored by Peter Rotich's avatar Peter Rotich Committed by GitHub
Browse files

Merge pull request #4380 from JediKev/issue/localhost-mailer-error

collab: @localhost Mailer Error
parents 53344a57 1bd37820
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