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:
@@ -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';
|
||||||
|
Reference in New Issue
Block a user