Open includes/functions_messenger.php.
Find (line 150):
- Code: Select all
global $config, $phpbb_root_path;
Replace with:
- Code: Select all
global $config, $user;
Find (line 164):
- Code: Select all
$tpl_file = "{$phpbb_root_path}language/$template_lang/email/$template_file.txt";
Replace with:
- Code: Select all
$tpl_file = "{$user->lang_path}$template_lang/email/$template_file.txt";