Index: branches/5.3.x/core/kernel/utility/factory.php =================================================================== diff -u -N -r16326 -r16395 --- branches/5.3.x/core/kernel/utility/factory.php (.../factory.php) (revision 16326) +++ branches/5.3.x/core/kernel/utility/factory.php (.../factory.php) (revision 16395) @@ -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.