Alter previous commit
diff --git a/system/core/Loader.php b/system/core/Loader.php
index 5747b79..087d377 100644
--- a/system/core/Loader.php
+++ b/system/core/Loader.php
@@ -1215,7 +1215,7 @@
 		// Load any custom config file
 		if (count($autoload['config']) > 0)
 		{
-			$CFG =& load_class('Config', 'core');
+			$CFG =& get_instance()->config;
 			foreach ($autoload['config'] as $val)
 			{
 				$CFG->load($val);