direct_mail icon indicating copy to clipboard operation
direct_mail copied to clipboard

no mail are sent if categories not in use

Open mxsteini opened this issue 8 years ago • 0 comments

if categories are not in use, the function Dmail->dmailer_getBoundaryParts set $this->mailHasContent to false. This is because den $userCategories contains an empty string. In line 395 this string is checked by intval which return 0 in this case not -1. Because intval never return -1, this test ever failes.

mxsteini avatar Mar 09 '17 08:03 mxsteini