1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-03-23 17:10:53 +01:00

Merge branch '3.2.x'

This commit is contained in:
Marc Alexander 2018-01-27 12:58:26 +01:00
commit 4981f4cddd
No known key found for this signature in database
GPG Key ID: 50E0D2423696F995

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;