Ignore:
Timestamp:
05/26/10 06:41:36 (3 years ago)
Author:
nick_ramsay
Message:

[Branch 1.3] Moved smartLoader into Extensions and made it refresh itself on "clear all cache folders" in Maintenance.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.3/libs/AdminPages.php

    r1662 r1737  
    280280                        $h->clearCache('rss_cache', false); 
    281281                        $h->clearCache('html_cache', false); 
     282                        @unlink(CACHE . 'smartloader_cache.php'); 
    282283                        $h->message = $h->lang['admin_maintenance_clear_all_cache_success']; 
    283284                        $h->messageType = 'green'; 
Note: See TracChangeset for help on using the changeset viewer.