Development

Changeset 7140

You must first sign up to be able to contribute.

Changeset 7140

Show
Ignore:
Timestamp:
01/22/08 06:08:34 (10 months ago)
Author:
dwhittle
Message:

1.1: fixed database configuration loaded twice

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/1.1/lib/util/sfContext.class.php

    r6975 r7140  
    4242      // setup our database connections 
    4343      $this->factories['databaseManager'] = new sfDatabaseManager(array('auto_shutdown' => false)); 
    44       $this->factories['databaseManager']->loadConfiguration(); 
    4544    } 
    4645