Changeset 2161

Show
Ignore:
Timestamp:
02/25/2008 04:48:05 AM (9 months ago)
Author:
armen
Message:

Fixed a bug to prevent conflict between two files with same name but different extensions.

Files:
1 modified

Legend:

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

    r2159 r2161  
    682682 
    683683                $search = $directory.'/'.$filename; 
    684                 $hash   = sha1($search); 
     684                $hash   = sha1($search.$ext); 
    685685 
    686686                if (isset($found[$hash]))