mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-30 03:30:17 +02:00
oh boy...
- Migrate code base to PHP 5.1+ git-svn-id: file:///svn/phpbb/trunk@8295 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -1782,7 +1782,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_items($style_row);
|
||||
$items = cache::obtain_cfg_items($style_row);
|
||||
$items = $items['theme'];
|
||||
|
||||
if (!isset($items['parse_css_file']))
|
||||
|
Reference in New Issue
Block a user