Development

Changeset 5395

You must first sign up to be able to contribute.

Changeset 5395

Show
Ignore:
Timestamp:
10/06/07 14:48:48 (2 years ago)
Author:
fabien
Message:

fixed sfValidatorException problem with the new validator system

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lib/plugins/sfCompat10Plugin/config/config.php

    r5384 r5395  
    77if (sfConfig::get('sf_compat_10')) 
    88{ 
     9  sfAutoload::getInstance()->setClassPath('sfValidatorException', dirname(__FILE__).'/../../../exception/sfValidatorException.class.php'); 
     10 
    911  // autoload classes 
    1012  $autoload = sfCompatAutoload::getInstance(sfConfig::get('sf_app_cache_dir').'/sf_compat_autoloader.txt'); 
  • trunk/lib/plugins/sfCompat10Plugin/test/bootstrap/unit.php

    r5384 r5395  
    2020$autoload->addDirectory(realpath(dirname(__FILE__).'/../../../..')); 
    2121$autoload->addDirectory(realpath(dirname(__FILE__).'/../../lib')); 
     22$autoload->addFile(dirname(__FILE__).'/../../../../exception/sfValidatorException.class.php'); 
    2223$autoload->register(); 
    2324 

The Sensio Labs Network

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