mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
some fixes. :P
- language authors may review their email template files... git-svn-id: file:///svn/phpbb/trunk@8092 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -2101,7 +2101,7 @@ parse_css_file = {PARSE_CSS_FILE}
|
||||
{
|
||||
$cfg = parse_cfg_file("{$phpbb_root_path}styles/" . $style_row["{$mode}_path"] . "/theme/theme.cfg");
|
||||
|
||||
if (isset($cfg['parse_css_file']) && $cfg['parse_css_file'])
|
||||
if (isset($cfg['parse_css_file']) && $cfg['parse_css_file'] && !$store_db)
|
||||
{
|
||||
$error[] = $user->lang['EDIT_THEME_STORE_PARSED'];
|
||||
$store_db = 1;
|
||||
|
Reference in New Issue
Block a user