Changeset 2685

Show
Ignore:
Timestamp:
05/21/08 12:51:07 (3 months ago)
Author:
Shadowhand
Message:

Follow up to r2684, include_path reloading *must* happen after core is loaded. Oops!

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/system/core/Config.php

    r2684 r2685  
    3333            // Load core configuration 
    3434            self::$conf['core'] = self::load('core'); 
     35 
     36            // Re-parse the include paths 
     37            self::include_paths(TRUE); 
    3538        } 
    3639 
     
    180183            } 
    181184 
    182             // Re-parse the include paths 
    183             self::include_paths(TRUE); 
    184  
    185185            return $config; 
    186186        }