Development

Changeset 8282

You must first sign up to be able to contribute.

Changeset 8282

Show
Ignore:
Timestamp:
04/04/08 14:25:07 (1 year ago)
Author:
noel
Message:

fixed autoloading with CVS (closes #2795)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/1.0/data/bin/symfony.php

    r4956 r8282  
    44 * This file is part of the symfony package. 
    55 * (c) 2004-2006 Fabien Potencier <fabien.potencier@symfony-project.com> 
    6  *  
     6 * 
    77 * For the full copyright and license information, please view the LICENSE 
    88 * file that was distributed with this source code. 
     
    163163  if ($dirs = glob($globDir)) 
    164164  { 
    165     $tasks = pakeFinder::type('file')->name($name)->in($dirs); 
     165    $tasks = pakeFinder::type('file')->ignore_version_control()->name($name)->in($dirs); 
    166166    foreach ($tasks as $task) 
    167167    { 

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.