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:
commit
4981f4cddd
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user