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

Merge pull request #32 from aydreeihn/issue/entry-recip-icons

Typo fix, unneeded semicolon
parents a48813a1 5e3a320d
No related branches found
No related tags found
No related merge requests found
...@@ -2675,7 +2675,7 @@ implements RestrictedAccess, Threadable, Searchable { ...@@ -2675,7 +2675,7 @@ implements RestrictedAccess, Threadable, Searchable {
elseif (strcasecmp($origin, 'email')) { elseif (strcasecmp($origin, 'email')) {
$recipients = $this->getRecipients('all'); $recipients = $this->getRecipients('all');
foreach ($recipients as $key => $recipient) { foreach ($recipients as $key => $recipient) {
if (!$recipientContact = $recipient->getContact()); if (!$recipientContact = $recipient->getContact())
continue; continue;
$userId = $recipientContact->getUserId() ?: $recipientContact->getId(); $userId = $recipientContact->getUserId() ?: $recipientContact->getId();
......
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