From 3cd007c49d776b4e76f939dbd7d7c328bd09abe9 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Wed, 24 Dec 2008 14:44:19 +0000 Subject: change cache:: to phpbb_cache:: git-svn-id: file:///svn/phpbb/trunk@9226 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/modules/acp/acp_styles.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/modules/acp') 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'])) { -- cgit v1.2.1