Browse Source

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

Taylor Otwell 13 years ago
parent
commit
af5059a3d8
1 changed files with 2 additions and 0 deletions
  1. 2 0
      system/loader.php

+ 2 - 0
system/loader.php

@@ -75,6 +75,8 @@ class Loader {
 				return true;
 			}
 		}
+
+		return false;
 	}
 
 	/**