aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/bbcode.php
diff options
context:
space:
mode:
authorIgor Wiedler <igor@wiedler.ch>2012-12-13 08:52:53 -0800
committerIgor Wiedler <igor@wiedler.ch>2012-12-13 08:52:53 -0800
commit155937807a99e4a5789ad9c0991bfa6e1fe010ff (patch)
tree6ba6cff4ae53355f6234494f6c2599ec5ec2f9f2 /phpBB/includes/bbcode.php
parentb0b5a13131b90b8320de6f49db6c505d38b42c96 (diff)
parent83345d986d172ee8b655ec4600c1f1575ba306d0 (diff)
downloadforums-155937807a99e4a5789ad9c0991bfa6e1fe010ff.tar
forums-155937807a99e4a5789ad9c0991bfa6e1fe010ff.tar.gz
forums-155937807a99e4a5789ad9c0991bfa6e1fe010ff.tar.bz2
forums-155937807a99e4a5789ad9c0991bfa6e1fe010ff.tar.xz
forums-155937807a99e4a5789ad9c0991bfa6e1fe010ff.zip
Merge pull request #19 from p/ticket/11015
Ticket/11015
Diffstat (limited to 'phpBB/includes/bbcode.php')
-rw-r--r--phpBB/includes/bbcode.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/bbcode.php b/phpBB/includes/bbcode.php
index b9ffa8091c..e8681420d4 100644
--- a/phpBB/includes/bbcode.php
+++ b/phpBB/includes/bbcode.php
@@ -134,7 +134,7 @@ class bbcode
$style_resource_locator = new phpbb_style_resource_locator();
$style_path_provider = new phpbb_style_extension_path_provider($phpbb_extension_manager, new phpbb_style_path_provider());
- $template = new phpbb_template($phpbb_root_path, $phpEx, $config, $user, $style_resource_locator, new phpbb_template_context());
+ $template = new phpbb_template($phpbb_root_path, $phpEx, $config, $user, $style_resource_locator, new phpbb_template_context(), $phpbb_extension_manager);
$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'));