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:
@@ -37,7 +37,7 @@ class messenger
|
||||
/**
|
||||
* Constructor
|
||||
*/
|
||||
function messenger($use_queue = true)
|
||||
function __construct($use_queue = true)
|
||||
{
|
||||
global $config;
|
||||
|
||||
@@ -779,7 +779,7 @@ class queue
|
||||
/**
|
||||
* constructor
|
||||
*/
|
||||
function queue()
|
||||
function __construct()
|
||||
{
|
||||
global $phpEx, $phpbb_root_path, $phpbb_filesystem, $phpbb_container;
|
||||
|
||||
@@ -1315,7 +1315,7 @@ class smtp_class
|
||||
var $backtrace = false;
|
||||
var $backtrace_log = array();
|
||||
|
||||
function smtp_class()
|
||||
function __construct()
|
||||
{
|
||||
// Always create a backtrace for admins to identify SMTP problems
|
||||
$this->backtrace = true;
|
||||
|
Reference in New Issue
Block a user