Changeset 2155

Show
Ignore:
Timestamp:
02/23/2008 01:18:43 AM (11 months ago)
Author:
Shadowhand
Message:

Follow up for r2152. I need to sleep.

Files:
1 modified

Legend:

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

    r2154 r2155  
    712712                        { 
    713713                                if (is_file($path.$search.$ext)) 
    714                                         return $found[$hash] = $path.$search.'.'.$ext; 
     714                                        return $found[$hash] = $path.$search.$ext; 
    715715                        } 
    716716