aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"];
}