Development

Changeset 2431

You must first sign up to be able to contribute.

Changeset 2431

Show
Ignore:
Timestamp:
10/18/06 11:32:50 (2 years ago)
Author:
fabien
Message:

fixed sfLogger double inclusion in prod environment

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lib/symfony.php

    r2369 r2431  
    8989  include($configCache->checkConfig($sf_app_config_dir_name.'/settings.yml')); 
    9090  include($configCache->checkConfig($sf_app_config_dir_name.'/app.yml')); 
    91   $configCache->import($sf_app_config_dir_name.'/php.yml', false); 
    9291 
    9392  // error settings 
     
    109108  } 
    110109 
     110  $configCache->import($sf_app_config_dir_name.'/php.yml', false); 
    111111  $configCache->import($sf_app_config_dir_name.'/routing.yml', false); 
    112112