Changeset 2938
- Timestamp:
- 12/06/06 14:53:55 (2 years ago)
- Files:
-
- tools/pake/trunk/lib/pake/pakeFinder.class.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
tools/pake/trunk/lib/pake/pakeFinder.class.php
r2790 r2938 343 343 if (!is_dir($real_dir)) 344 344 { 345 throw new pakeException(sprintf('Directory "%s" does not exist', $arg_list[$i]));345 return array(); 346 346 } 347 347