aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/acp
diff options
context:
space:
mode:
authorHenry Sudhof <kellanved@phpbb.com>2009-05-13 10:19:43 +0000
committerHenry Sudhof <kellanved@phpbb.com>2009-05-13 10:19:43 +0000
commitddb5a5f1462f1474a9c26c5bf6e0389e25915773 (patch)
tree1343c89ad1322ce307905d723e62366073250f67 /phpBB/includes/acp
parent7e0f5c0b7c37b205a9ad62f4f2736db4892e4589 (diff)
downloadforums-ddb5a5f1462f1474a9c26c5bf6e0389e25915773.tar
forums-ddb5a5f1462f1474a9c26c5bf6e0389e25915773.tar.gz
forums-ddb5a5f1462f1474a9c26c5bf6e0389e25915773.tar.bz2
forums-ddb5a5f1462f1474a9c26c5bf6e0389e25915773.tar.xz
forums-ddb5a5f1462f1474a9c26c5bf6e0389e25915773.zip
late fix for #45135
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9514 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/acp')
-rw-r--r--phpBB/includes/acp/acp_styles.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/includes/acp/acp_styles.php b/phpBB/includes/acp/acp_styles.php
index 184b71cec3..184c40f218 100644
--- a/phpBB/includes/acp/acp_styles.php
+++ b/phpBB/includes/acp/acp_styles.php
@@ -3221,7 +3221,7 @@ parse_css_file = {PARSE_CSS_FILE}
{
if ($mode === 'template')
{
- $select_bf = ', template_bitfield';
+ $select_bf = ', bbcode_bitfield';
}
else
{
@@ -3243,7 +3243,7 @@ parse_css_file = {PARSE_CSS_FILE}
{
$inherit_id = $row["{$mode}_id"];
$inherit_path = $row["{$mode}_path"];
- $inherit_bf = ($mode === 'template') ? $row["{$mode}_bitfield"] : false;
+ $inherit_bf = ($mode === 'template') ? $row["bbcode_bitfield"] : false;
$cfg_data['store_db'] = $row["{$mode}_storedb"];
$store_db = $row["{$mode}_storedb"];
}