Show
Ignore:
Timestamp:
01/28/2008 10:57:41 AM (12 months ago)
Author:
Shadowhand
Message:

A few small cleanups.

Files:
1 modified

Legend:

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

    r1842 r1844  
    627627                } 
    628628 
    629                 return TRUE; 
     629                return class_exists($class, FALSE); 
    630630        } 
    631631