enigmadigital/Formerly

php error

Closed this issue · 0 comments

spotd commented

Hi - Small fix otherwise submissions are broken -
line 203 - formerly/services/Formerly_SubmissionsService.php

if (!empty($email->body && $sendEmail))

Should be -

if (!empty($email->body) && $sendEmail)