We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54e24bc commit 08722b3Copy full SHA for 08722b3
1 file changed
core/Mail/Parser.php
@@ -53,7 +53,7 @@ class ERP_Mail_Parser
53
'us-ascii' => 'ASCII',
54
);
55
56
- public function __construct( $options, $mailbox_starttime )
+ public function __construct( $options, $mailbox_starttime = NULL )
57
{
58
$this->_parse_html = $options[ 'parse_html' ];
59
$this->_add_attachments = $options[ 'add_attachments' ];
0 commit comments