In a conditional action "Send an order email regarding roles", if I have in the "Recipients" text area either a blank line or a token that evaluates to a blank line, uc_roles_action_user_email() tries to send to this blank email address which produces errors.
Shouldn't there be a test as we build the $recipients array to not add blank email addresses?
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 2090221-uc_roles-empty-email.patch | 1.07 KB | longwave |
Comments
Comment #1
longwavePlease test the attached patch.
Comment #2
dpearcefl commentedPreciously what I tried and it worked.
Comment #3
longwaveCommitted to 6.x-2.x, ported and committed to 7.x-3.x as well.