diff --git a/system/libraries/Log.php b/system/libraries/Log.php
index 03dc640..b21096c 100644
--- a/system/libraries/Log.php
+++ b/system/libraries/Log.php
@@ -42,7 +42,7 @@
 	 */
 	function CI_Log()
 	{
-		$config = get_config();
+		$config =& get_config();
 		
 		$this->log_path = ($config['log_path'] != '') ? $config['log_path'] : BASEPATH.'logs/';