From f72171f691396a4113e2bd539bcba09abff81e5c Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Sun, 14 Aug 2011 14:54:17 -0500 Subject: [PATCH] allow entire configuration files to be set. --- system/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/config.php b/system/config.php index ac91f5b5..3a48a10f 100644 --- a/system/config.php +++ b/system/config.php @@ -88,7 +88,7 @@ public static function set($key, $value) } /** - * Parse a configuration key into its module, file, and key segments. + * Parse a configuration key into its module, file, and key parts. * * @param string $key * @return array