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

[feature/twig] Fix BBCode parser

PHPBB3-11598
This commit is contained in:
Nathaniel Guse
2013-07-02 11:29:32 -05:00
parent c6c064a136
commit 709b3e9803
3 changed files with 18 additions and 1 deletions

View File

@@ -138,7 +138,7 @@ class bbcode
$style = new phpbb_style($phpbb_root_path, $phpEx, $config, $user, $style_resource_locator, $style_path_provider, $template);
$style->set_style();
$template->set_filenames(array('bbcode.html' => 'bbcode.html'));
$this->template_filename = $style_resource_locator->get_source_file_for_handle('bbcode.html');
$this->template_filename = $template->get_source_file_for_handle('bbcode.html');
}
$bbcode_ids = $rowset = $sql = array();