Changeset 2135 for trunk/system/core/Kohana.php
- Timestamp:
- 02/22/2008 12:16:01 PM (9 months ago)
- Files:
-
- 1 modified
-
trunk/system/core/Kohana.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/core/Kohana.php
r2131 r2135 706 706 { 707 707 // Users can define their own extensions, .css, etc 708 $ext = ($ext == FALSE) ? EXT : '';708 $ext = ($ext == FALSE) ? EXT : $ext; 709 709 710 710 // Find the file and return its filename
