diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-10-11 12:18:37 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-10-11 12:18:37 +0000 |
commit | 5ed2aa759071b4352714174cf0ddcd4d0323d6e9 (patch) | |
tree | abd807328fb2f31ba1b11387814d34d7a12f962b /phpBB/includes/emailer.php | |
parent | bb6c0fe235df4d42a514da20e5ff00b20c587d23 (diff) | |
download | forums-5ed2aa759071b4352714174cf0ddcd4d0323d6e9.tar forums-5ed2aa759071b4352714174cf0ddcd4d0323d6e9.tar.gz forums-5ed2aa759071b4352714174cf0ddcd4d0323d6e9.tar.bz2 forums-5ed2aa759071b4352714174cf0ddcd4d0323d6e9.tar.xz forums-5ed2aa759071b4352714174cf0ddcd4d0323d6e9.zip |
Changed paths for language
git-svn-id: file:///svn/phpbb/trunk@1170 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/emailer.php')
-rwxr-xr-x | phpBB/includes/emailer.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/emailer.php b/phpBB/includes/emailer.php index 0082efda22..b258f3ad8a 100755 --- a/phpBB/includes/emailer.php +++ b/phpBB/includes/emailer.php @@ -89,7 +89,7 @@ class emailer global $board_config; $phpbb_root_path = "./"; - $template_file = $phpbb_root_path . "language/email/" . $template_file . "_" . $board_config['default_lang'] . ".tpl"; + $template_file = $phpbb_root_path . "language/lang_" . $board_config['default_lang'] . "/email/" . $template_file . ".tpl"; if (!file_exists($template_file)) { message_die(GENERAL_ERROR, "Couldn't find template file: $template_file", "", __LINE__, __FILE__); |