mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
Fix #51285 and more issues with template inherence on set_custom_template
Conflict introduced with r9839 and r9823 Authorised by: AcydBurn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10150 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -199,7 +199,7 @@ class messenger
|
||||
$template_path .= $template_lang . '/email';
|
||||
}
|
||||
|
||||
$tpl->set_custom_template($template_path, $template_lang . '_email');
|
||||
$tpl->set_custom_template($template_path, $template_lang . '_email', 'email');
|
||||
|
||||
$tpl->set_filenames(array(
|
||||
'body' => $template_file . '.txt',
|
||||
|
Reference in New Issue
Block a user