Changeset 2155
- Timestamp:
- 02/23/2008 01:18:43 AM (11 months ago)
- Files:
-
- 1 modified
-
trunk/system/core/Kohana.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/core/Kohana.php
r2154 r2155 712 712 { 713 713 if (is_file($path.$search.$ext)) 714 return $found[$hash] = $path.$search. '.'.$ext;714 return $found[$hash] = $path.$search.$ext; 715 715 } 716 716
