Development

Changeset 7674

You must first sign up to be able to contribute.

Changeset 7674

Show
Ignore:
Timestamp:
02/28/08 23:29:47 (5 years ago)
Author:
dwhittle
Message:

dwhittle: updated dimensions to support databases.yml (closes #2857)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/ysfDimensionsPlugin/branches/1.0/lib/config/sfLoader.class.php

    r5518 r7674  
    315315     * If the configuration file can be overridden with a dimension, inject the appropriate path 
    316316     */ 
    317     $applicationConfigurationFiles = array('app.yml', 'factories.yml', 'filters.yml', 'i18n.yml', 'logging.yml', 'settings.yml'); 
     317    $applicationConfigurationFiles = array('app.yml', 'factories.yml', 'filters.yml', 'i18n.yml', 'logging.yml', 'settings.yml', 'databases.yml'); 
    318318    $moduleConfigurationFiles = array('cache.yml', 'module.yml', 'security.yml', 'view.yml'); 
    319319