Changeset 2135

Show
Ignore:
Timestamp:
02/22/08 12:16:01 (6 months ago)
Author:
Shadowhand
Message:

Fixing a bug in Kohana::find_file() that prevented non-PHP file searches to fail.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/system/core/Kohana.php

    r2131 r2135  
    706706        { 
    707707            // Users can define their own extensions, .css, etc 
    708             $ext = ($ext == FALSE) ? EXT : ''; 
     708            $ext = ($ext == FALSE) ? EXT : $ext; 
    709709 
    710710            // Find the file and return its filename