Development

Changeset 2938

You must first sign up to be able to contribute.

Changeset 2938

Show
Ignore:
Timestamp:
12/06/06 14:53:55 (2 years ago)
Author:
fabien
Message:

changed exception in pakeFinder to return an empty array

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • tools/pake/trunk/lib/pake/pakeFinder.class.php

    r2790 r2938  
    343343      if (!is_dir($real_dir)) 
    344344      { 
    345         throw new pakeException(sprintf('Directory "%s" does not exist', $arg_list[$i])); 
     345        return array(); 
    346346      } 
    347347