mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
late fix for #45135
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9514 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
7e0f5c0b7c
commit
ddb5a5f146
1 changed files with 2 additions and 2 deletions
|
@ -3221,7 +3221,7 @@ parse_css_file = {PARSE_CSS_FILE}
|
||||||
{
|
{
|
||||||
if ($mode === 'template')
|
if ($mode === 'template')
|
||||||
{
|
{
|
||||||
$select_bf = ', template_bitfield';
|
$select_bf = ', bbcode_bitfield';
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
@ -3243,7 +3243,7 @@ parse_css_file = {PARSE_CSS_FILE}
|
||||||
{
|
{
|
||||||
$inherit_id = $row["{$mode}_id"];
|
$inherit_id = $row["{$mode}_id"];
|
||||||
$inherit_path = $row["{$mode}_path"];
|
$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"];
|
$cfg_data['store_db'] = $row["{$mode}_storedb"];
|
||||||
$store_db = $row["{$mode}_storedb"];
|
$store_db = $row["{$mode}_storedb"];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue