phpBB

Code Changes

File: phpbb/install/module/install_finish/task/notify_user.php

  Unmodified   Added   Modified   Removed
Line 96Line 96
			$cache,
$container->get_parameter('tables.config')
);

			$cache,
$container->get_parameter('tables.config')
);

 

global $config;
$config = $this->config;


parent::__construct(true);
}


parent::__construct(true);
}

Line 111Line 114
		if ($this->config['email_enable'])
{
include ($this->phpbb_root_path . 'includes/functions_messenger.' . $this->php_ext);

		if ($this->config['email_enable'])
{
include ($this->phpbb_root_path . 'includes/functions_messenger.' . $this->php_ext);


// functions_messenger.php uses config to determine language paths
// Remove when able
global $config;
$config = $this->config;

 

$messenger = new \messenger(false);
$messenger->template('installed', $this->install_config->get('user_language', 'en'));


$messenger = new \messenger(false);
$messenger->template('installed', $this->install_config->get('user_language', 'en'));