Closed (fixed)
Project:
HTML Mail
Version:
6.x-2.64
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Mar 2012 at 18:01 UTC
Updated:
24 Dec 2014 at 04:34 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
musa.thomasJust for more information, I've got SimpleNews module, when I make var_dump of $message, the result is ok but always the fatal error at the end of page; and if I disbale this ligne all disapear (all content)
Comment #2
pillarsdotnet commentedTry this patch and see if it makes any difference.
Comment #3
musa.thomasI will try your patch but the error is that the operator "+=" can't be relevant on an array..... I don't think it's a question of isset or empty; if it was the error should be like
Parse error: parse error, unexpected T_VARIABLE inand not an operator error. http://php.net/manual/en/language.operators.array.phpComment #4
pillarsdotnet commented(sigh) I shouldn't have to explain this, but the
+=operator is valid for arrays. If it were not, Drupal core would break in hundreds of places.Comment #5
jacob.embree commented