Development

Changeset 8450

You must first sign up to be able to contribute.

Changeset 8450

Show
Ignore:
Timestamp:
04/14/08 16:55:56 (1 year ago)
Author:
fabien
Message:

fixed plugin loading (they were required once, must be require as we can have several applications in the same script and because it is the way symfony 1.0 deal with plugin initialization)

Files:

Legend:

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

    r8290 r8450  
    501501      foreach ($pluginConfigs as $config) 
    502502      { 
    503         require_once($config)
     503        require $config
    504504      } 
    505505    } 
     
    509509      foreach ($pluginConfigs as $config) 
    510510      { 
    511         require_once($config)
     511        require $config
    512512      } 
    513513    } 

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.