-
Bug
-
Resolution: Fixed
-
3.0.x
-
None
-
PHP Environment:
Database:
Changing the language directory's path doesn't change the directory where e-mail templates are loaded from.
Open includes/functions_messenger.php.
Find (line 150):
global $config, $phpbb_root_path;
|
Replace with:
global $config, $user;
|
Find (line 164):
$tpl_file = "{$phpbb_root_path}language/$template_lang/email/$template_file.txt";
|
Replace with:
$tpl_file = "{$user->lang_path}$template_lang/email/$template_file.txt";
|
- is duplicated by
-
PHPBB-8242 Messenger Class Does not use custom language paths
- Closed

