root/ip/trunk/install/includes/ip_tools.php
| 167 | 170 | ||
|---|---|---|---|
568 | if (defined('FIX_FORUMS') && FIX_FORUMS) | 568 | if (defined('FIX_FORUMS') && FIX_FORUMS) |
569 | { | 569 | { |
570 | $page_framework->convert_forums(); | 570 | $page_framework->convert_forums(); |
571 | empty_cache_folders(); | 571 | if (function_exists('empty_cache_folders')) |
572 | { | ||
573 | empty_cache_folders(); | ||
574 | } | ||
572 | } | 575 | } |
573 | $page_framework->table_begin($lang['IcyPhoenix'] . ' - ' . $lang['UpdateInProgress'], 'row-post'); | 576 | $page_framework->table_begin($lang['IcyPhoenix'] . ' - ' . $lang['UpdateInProgress'], 'row-post'); |
574 | echo('<div class="post-text">' . "\n"); | 577 | echo('<div class="post-text">' . "\n"); |
Download diff