Changeset 2685
- Timestamp:
- 05/21/08 12:51:07 (3 months ago)
- Files:
-
- 1 modified
-
trunk/system/core/Config.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/core/Config.php
r2684 r2685 33 33 // Load core configuration 34 34 self::$conf['core'] = self::load('core'); 35 36 // Re-parse the include paths 37 self::include_paths(TRUE); 35 38 } 36 39 … … 180 183 } 181 184 182 // Re-parse the include paths183 self::include_paths(TRUE);184 185 185 return $config; 186 186 }
