Skip to content

Commit 08722b3

Browse files
committed
Make mailbox_starttime parameter optional
1 parent 54e24bc commit 08722b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/Mail/Parser.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ class ERP_Mail_Parser
5353
'us-ascii' => 'ASCII',
5454
);
5555

56-
public function __construct( $options, $mailbox_starttime )
56+
public function __construct( $options, $mailbox_starttime = NULL )
5757
{
5858
$this->_parse_html = $options[ 'parse_html' ];
5959
$this->_add_attachments = $options[ 'add_attachments' ];

0 commit comments

Comments
 (0)