Changeset 1737


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.

Location:
branches/1.3
Files:
1 added
2 edited
1 moved

Legend:

Unmodified
Added
Removed
  • branches/1.3/Hotaru.php

    r1733 r1737  
    7070        public function __construct($start = '') 
    7171        { 
    72             require_once(LIBS . 'smartloader.class.php'); 
     72            require_once(EXTENSIONS . 'SmartLoader/smartloader.class.php'); 
    7373                // initialize Hotaru 
    7474                if (!$start) { 
  • 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.