1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +02:00

[feature/twig] Should have been else

PHPBB3-11598
This commit is contained in:
Nathaniel Guse
2013-07-01 21:32:10 -05:00
parent 3b9cb7faa7
commit f249a527e5

View File

@@ -232,7 +232,7 @@ class messenger
$template_path, $template_path,
); );
} }
if (!$template_path) else
{ {
$template_path = (!empty($user->lang_path)) ? $user->lang_path : $phpbb_root_path . 'language/'; $template_path = (!empty($user->lang_path)) ? $user->lang_path : $phpbb_root_path . 'language/';
$template_path .= $template_lang . '/email'; $template_path .= $template_lang . '/email';