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/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) { 
Note: See TracChangeset for help on using the changeset viewer.