Development

Changeset 7946

You must first sign up to be able to contribute.

Changeset 7946

Show
Ignore:
Timestamp:
03/18/08 13:51:35 (1 year ago)
Author:
pookey
Message:

fixes a bug when using 'file' within config_handler.yml

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/1.1/lib/config/sfRootConfigHandler.class.php

    r7945 r7946  
    105105      if (isset($keys['file'])) 
    106106      { 
    107         $config['category']['file'] = self::replacePath($keys['file']); 
     107        $config[$category]['file'] = self::replacePath($keys['file']); 
    108108      } 
    109109    } 

The Sensio Labs Network

Since 1998, Sensio Labs has been promoting the Open-Source software movement by providing quality web application development, training, consulting, and supporting several large Open-Source projects.