Changeset 6872
- Timestamp:
- 01/01/08 03:16:11 (2 years ago)
- Files:
-
- branches/dwhittle/1.1/lib/util/sfCore.class.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/dwhittle/1.1/lib/util/sfCore.class.php
r6871 r6872 74 74 // load base settings 75 75 require_once($configCache->checkConfig(sfConfig::get('sf_app_config_dir_name').DIRECTORY_SEPARATOR.'settings.yml')); 76 require_once($configCache->checkConfig(sfConfig::get('sf_app_config_dir_name').DIRECTORY_SEPARATOR.'app.yml')); 76 77 if ($file = $configCache->checkConfig(sfConfig::get('sf_app_config_dir_name').'/app.yml', true)) 78 { 79 require_once($file); 80 } 77 81 78 82 // force setting default timezone if not set

