diff options
Diffstat (limited to 'phpBB/modules/acp/acp_styles.php')
| -rw-r--r-- | phpBB/modules/acp/acp_styles.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/modules/acp/acp_styles.php b/phpBB/modules/acp/acp_styles.php index 03abe01dbc..dc366a1ff6 100644 --- a/phpBB/modules/acp/acp_styles.php +++ b/phpBB/modules/acp/acp_styles.php @@ -1660,7 +1660,7 @@ parse_css_file = {PARSE_CSS_FILE} $theme_cfg = str_replace(array('{MODE}', '{NAME}', '{COPYRIGHT}', '{VERSION}'), array($mode, $style_row['theme_name'], $style_row['theme_copyright'], $config['version']), $this->theme_cfg); // Read old cfg file - $items = cache::obtain_cfg_item($style_row, 'theme'); + $items = phpbb_cache::obtain_cfg_item($style_row, 'theme'); if (!isset($items['parse_css_file'])) { |
