Development

Changeset 7954

You must first sign up to be able to contribute.

Changeset 7954

Show
Ignore:
Timestamp:
03/18/08 18:59:26 (1 year ago)
Author:
fabien
Message:

add a default value for session_path in sfSessionTestStorage (needed for people upgrading for 1.0)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/1.1/lib/storage/sfSessionTestStorage.class.php

    r7823 r7954  
    3939    if (!$this->getParameter('session_path')) 
    4040    { 
    41       throw new sfInitializationException('Factory configuration file is missing required "session_path" parameter for the "storage" category.'); 
     41      $this->setParameter('session_path', sfConfig::get('sf_test_cache_dir').'/sessions'); 
    4242    } 
    4343 

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.