aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/bbcode.php
diff options
context:
space:
mode:
authorVjacheslav Trushkin <arty@phpbb.com>2012-04-02 11:50:13 +0300
committerOleg Pudeyev <oleg@bsdpower.com>2012-06-11 19:56:50 -0400
commit71ca9b4fe69dea8150a5d3c6f30dd177c488ff2b (patch)
tree212afadc0d7cd715a97fba1a29094067c1eb6765 /phpBB/includes/bbcode.php
parent33b72ec62bd8b6e6c890e4c474d28389f048632a (diff)
downloadforums-71ca9b4fe69dea8150a5d3c6f30dd177c488ff2b.tar
forums-71ca9b4fe69dea8150a5d3c6f30dd177c488ff2b.tar.gz
forums-71ca9b4fe69dea8150a5d3c6f30dd177c488ff2b.tar.bz2
forums-71ca9b4fe69dea8150a5d3c6f30dd177c488ff2b.tar.xz
forums-71ca9b4fe69dea8150a5d3c6f30dd177c488ff2b.zip
[ticket/10743] Renaming user->theme
Renaming user->theme to user->style PHPBB3-10743
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 fde917e5b1..444446e9c3 100644
--- a/phpBB/includes/bbcode.php
+++ b/phpBB/includes/bbcode.php
@@ -130,7 +130,7 @@ class bbcode
if (empty($this->template_filename))
{
- $this->template_bitfield = new bitfield($user->theme['bbcode_bitfield']);
+ $this->template_bitfield = new bitfield($user->style['bbcode_bitfield']);
$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());