Fixed re-searching for config file even though one had been loaded ($found was set to true, never reset). Also fixes getsparks issue.
diff --git a/system/core/Config.php b/system/core/Config.php
index 4493ff2..1096a9e 100644
--- a/system/core/Config.php
+++ b/system/core/Config.php
@@ -144,6 +144,7 @@
 
 			$loaded = TRUE;
 			log_message('debug', 'Config file loaded: '.$file_path);
+			break;
 		}
 
 		if ($loaded === FALSE)
@@ -326,4 +327,4 @@
 // END CI_Config class
 
 /* End of file Config.php */
-/* Location: ./system/core/Config.php */
\ No newline at end of file
+/* Location: ./system/core/Config.php */