View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0016870 | phpList 3 application | Campaign Send Process | public | 07-09-13 11:32 | 09-09-13 14:03 |
Reporter | duncanc | ||||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 3.0.3 | ||||
Target Version | 3.0.X | Fixed in Version | 3.0.4 | ||
Summary | 0016870: Empty method called | ||||
Description | Not sure if this is a problem or just something that needs to be removed. In sendemaillib.php line 876 $mail->build_message( array( "html_charset" => $cached[$messageid]["html_charset"], "html_encoding" => HTMLEMAIL_ENCODING, "text_charset" => $cached[$messageid]["text_charset"], "text_encoding" => TEXTEMAIL_ENCODING) ); $mail is an instance of PHPlistMailer. But in file class.phplistmailer.php the method build_message() is empty: function build_message() { } | ||||
Tags | No tags attached. | ||||