Development

Changeset 8862

You must first sign up to be able to contribute.

Changeset 8862

Show
Ignore:
Timestamp:
05/08/08 13:58:43 (1 year ago)
Author:
fabien
Message:

moved i18n factory creation before routing to allow i18n usage in the routing process (closes #3492)

Files:

Legend:

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

    r8408 r8862  
    4242 
    4343    // available list of factories 
    44     $factories = array('logger', 'routing', 'controller', 'request', 'response', 'storage', 'i18n', 'user', 'view_cache'); 
     44    $factories = array('logger', 'i18n', 'routing', 'controller', 'request', 'response', 'storage', 'user', 'view_cache'); 
    4545 
    4646    // let's do our fancy work 

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.