Return false when loader doesn't find class in application directory.

This commit is contained in:
Taylor Otwell 2011-08-04 13:22:18 -05:00
parent ed0f2361fd
commit af5059a3d8
1 changed files with 2 additions and 0 deletions

View File

@ -75,6 +75,8 @@ private static function load_from_registered($file)
return true;
}
}
return false;
}
/**