Changeset 1772 for trunk/system/core/Kohana.php
- Timestamp:
- 01/21/2008 10:33:19 AM (12 months ago)
- Files:
-
- 1 modified
-
trunk/system/core/Kohana.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/core/Kohana.php
r1762 r1772 597 597 598 598 // If the file doesn't exist, just return 599 if (($filepath = self::find_file($type, $file )) === FALSE)599 if (($filepath = self::find_file($type, $file, TRUE)) === FALSE) 600 600 return; 601 601
