aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/bbcode.php
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2013-09-26 00:11:42 +0200
committerJoas Schilling <nickvergessen@gmx.de>2013-09-26 00:11:42 +0200
commit2794dc4e68fb8c5c741d96c3b0f685a7145ea74f (patch)
tree04a0843d26a5876da31285eb5f79bda9120d509a /phpBB/includes/bbcode.php
parentbc8c4ac27020dd51b2d24fd145e74f6be5f458d5 (diff)
downloadforums-2794dc4e68fb8c5c741d96c3b0f685a7145ea74f.tar
forums-2794dc4e68fb8c5c741d96c3b0f685a7145ea74f.tar.gz
forums-2794dc4e68fb8c5c741d96c3b0f685a7145ea74f.tar.bz2
forums-2794dc4e68fb8c5c741d96c3b0f685a7145ea74f.tar.xz
forums-2794dc4e68fb8c5c741d96c3b0f685a7145ea74f.zip
[ticket/11865] Convert old class name to namespaced version
PHPBB3-11865
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 f617b4b10a..cd2ca7ffce 100644
--- a/phpBB/includes/bbcode.php
+++ b/phpBB/includes/bbcode.php
@@ -132,7 +132,7 @@ class bbcode
{
$this->template_bitfield = new bitfield($user->style['bbcode_bitfield']);
- $template = new phpbb\template\twig\twig($phpbb_filesystem, $config, $user, new phpbb_template_context(), $phpbb_extension_manager);
+ $template = new phpbb\template\twig\twig($phpbb_filesystem, $config, $user, new phpbb\template\context(), $phpbb_extension_manager);
$template->set_style();
$template->set_filenames(array('bbcode.html' => 'bbcode.html'));
$this->template_filename = $template->get_source_file_for_handle('bbcode.html');