diff options
author | Nathaniel Guse <nathaniel.guse@gmail.com> | 2013-07-01 21:32:10 -0500 |
---|---|---|
committer | Nathaniel Guse <nathaniel.guse@gmail.com> | 2013-07-01 21:32:10 -0500 |
commit | f249a527e5b3b07063e2203928677f40d6ba8646 (patch) | |
tree | e1165e8972b3a1052eafa3bd9fedb9aaa8f55238 /phpBB | |
parent | 3b9cb7faa7390ce244a69841de3618f4273cf3e0 (diff) | |
download | forums-f249a527e5b3b07063e2203928677f40d6ba8646.tar forums-f249a527e5b3b07063e2203928677f40d6ba8646.tar.gz forums-f249a527e5b3b07063e2203928677f40d6ba8646.tar.bz2 forums-f249a527e5b3b07063e2203928677f40d6ba8646.tar.xz forums-f249a527e5b3b07063e2203928677f40d6ba8646.zip |
[feature/twig] Should have been else
PHPBB3-11598
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/includes/functions_messenger.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions_messenger.php b/phpBB/includes/functions_messenger.php index 5f1251c34e..0222a57bcc 100644 --- a/phpBB/includes/functions_messenger.php +++ b/phpBB/includes/functions_messenger.php @@ -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'; |