Index: branches/5.2.x/core/kernel/utility/factory.php =================================================================== diff -u -N -r15747 -r16376 --- branches/5.2.x/core/kernel/utility/factory.php (.../factory.php) (revision 15747) +++ branches/5.2.x/core/kernel/utility/factory.php (.../factory.php) (revision 16376) @@ -1,6 +1,6 @@ findFile($class); + + if ( $file ) { + return FULL_PATH . $file; + } + + return false; + } + + /** * Finds the path to the file where the class is defined. * * @param string $class The name of the class @@ -344,4 +362,4 @@ class kFactoryException extends Exception { -} \ No newline at end of file +}