mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-05 23:25:30 +02:00
[feature/twig] Should have been else
PHPBB3-11598
This commit is contained in:
parent
3b9cb7faa7
commit
f249a527e5
@ -232,7 +232,7 @@ class messenger
|
||||
$template_path,
|
||||
);
|
||||
}
|
||||
if (!$template_path)
|
||||
else
|
||||
{
|
||||
$template_path = (!empty($user->lang_path)) ? $user->lang_path : $phpbb_root_path . 'language/';
|
||||
$template_path .= $template_lang . '/email';
|
||||
|
Loading…
x
Reference in New Issue
Block a user