1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-01 06:20:46 +02:00

Merge branch '3.2.x'

This commit is contained in:
Marc Alexander
2018-01-27 12:58:26 +01:00

View File

@@ -24,8 +24,9 @@ if (!defined('IN_PHPBB'))
*/ */
class messenger class messenger
{ {
var $msg, $extra_headers, $replyto, $from, $subject; var $msg, $replyto, $from, $subject;
var $addresses = array(); var $addresses = array();
var $extra_headers = array();
var $mail_priority = MAIL_NORMAL_PRIORITY; var $mail_priority = MAIL_NORMAL_PRIORITY;
var $use_queue = true; var $use_queue = true;