1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +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
{
var $msg, $extra_headers, $replyto, $from, $subject;
var $msg, $replyto, $from, $subject;
var $addresses = array();
var $extra_headers = array();
var $mail_priority = MAIL_NORMAL_PRIORITY;
var $use_queue = true;