From 45333c57430faea49fd92b5b482dc446683bfb72 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Wed, 6 Jul 2011 13:53:25 -0700 Subject: [PATCH] Formatting Config class. --- system/config.php | 1 - 1 file changed, 1 deletion(-) diff --git a/system/config.php b/system/config.php index ceb4aa74..4c67e90b 100644 --- a/system/config.php +++ b/system/config.php @@ -76,7 +76,6 @@ private static function parse($key) { // The left side of the dot is the file name, while the right side of the dot // is the item within that file being requested. - $segments = explode('.', $key); if (count($segments) < 2)